Hi All,
I have a web based system running on an Access database. The system is a questionnaire which collects data and adds it to the db using while loops, as such the recordset is open for a period as the updates are performed. I'm getting the following errors:
Update tblAnswer set ans_yn_check=Y where emp_id=415 and qu_id=236
for multiple qu_id's
Then it says:
microsoft oledbprovider for odbc drivers error 80004005
Microsoft driver could not update currently locked by user admin on machine ServerName
What I'd like to know is - If I upsize the Access db to SQL Server will this overcome this problem of the db being locked out while updates are performed on its data?
I'd welcome any thoughts or suggestions.
Thanks
I have a web based system running on an Access database. The system is a questionnaire which collects data and adds it to the db using while loops, as such the recordset is open for a period as the updates are performed. I'm getting the following errors:
Update tblAnswer set ans_yn_check=Y where emp_id=415 and qu_id=236
for multiple qu_id's
Then it says:
microsoft oledbprovider for odbc drivers error 80004005
Microsoft driver could not update currently locked by user admin on machine ServerName
What I'd like to know is - If I upsize the Access db to SQL Server will this overcome this problem of the db being locked out while updates are performed on its data?
I'd welcome any thoughts or suggestions.
Thanks