J
Jack
Hi,
In my application, the main page is accessed via a login screen. A
particular record is accessed based on the value of login page. Everything
works fine. However, if this screen is kept idle (not sure for how long now),
and then if I try to save, the following error message comes up:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in
query expression 'SubgrantIntID ='.
/gwisbrandnewready2/insertorupdatecurrentexpense1.asp, line 32
In this situation, I have to relogin again to do edits to this form for a
particular record and save.
Now my question is: Is there any way to code to get one logged out
automatically after sometime, so that, I do not have to encounter the above
error which means after sometime, the login screen will appear instead. Does
the custom timeout override the server default timeout? Any help is
appreciated. Thanks
Regards.
In my application, the main page is accessed via a login screen. A
particular record is accessed based on the value of login page. Everything
works fine. However, if this screen is kept idle (not sure for how long now),
and then if I try to save, the following error message comes up:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in
query expression 'SubgrantIntID ='.
/gwisbrandnewready2/insertorupdatecurrentexpense1.asp, line 32
In this situation, I have to relogin again to do edits to this form for a
particular record and save.
Now my question is: Is there any way to code to get one logged out
automatically after sometime, so that, I do not have to encounter the above
error which means after sometime, the login screen will appear instead. Does
the custom timeout override the server default timeout? Any help is
appreciated. Thanks
Regards.