ValLin 88
2009-06-01 07:55:13 UTC
I then reviewed and updated the code to ensure that all record sets and database connections are closed upon use; cursor types were appropriate for the SQL action: i.e. add, update, delete; resolved any syntax issues; matched data types. The database is on a Windows 2003 Server.
Even after these changes and sucess on my local and test windows' server, when data is added, updated, or deleted and I've closed the browser, the database remains open for hours; displaying a lock file. I don't get the "Arguments error" but because it randomly occurred, it may still for someone else.
This database currently uses a .mdw file for security and was once a standalone application that used Access Forms to process the data that the web application is supposed to do now. There were many settings and querys used to manage data.
What do I need to check in the code and/or database in order to resolve this error?