TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jigar Patel
1.6k
94
8.6k
update table automatic using temp variable
Dec 3 2015 5:00 AM
hello everyone,
i am confused how can i do not know pls help me:-
i use three table. name is 1) ExpectedVisitorTable 2) GatePassTable
now first I insert record in Expected Visitor c# Form and save record in ExpectedTable.
then i get Expected Visitor's record show on GatePass Form. and then i save record in GatePass Table and then automatic update expected visitor table's fileld name is expectedentry 0(zero) (note- expectedentry default value is 0(zero) but i want to update to 1(one))
now how can i update automatic expectedentry field. which query i use to update???
Reply
Answers (
2
)
What is happening inside when you add button in winform?
c++/c#