A1VBCode Forums

insert to access database via vb.net 2003


http://www.a1vbcode.com/vbforums/Topic27375.aspx

By marjan1028 - 4/3/2009

I have a table in my database where in the login and logout time will be monitored.Every time a user was log in,the data was saved into database table where in the logout field was null.The problem is I want to save the log out time every time a user log out.
By Keithuk - 4/3/2009

marjan1028 (4/3/2009)
I have a table in my database where in the login and logout time will be monitored.Every time a user was log in,the data was saved into database table where in the logout field was null.The problem is I want to save the log out time every time a user log out.

It will depend on how you are accessing the database marjan. Are you using ADO, DAO or the Data control or something else?  Wink