i have a database with several linked oracle tables from our prod db that i only have select permission to. there is also code in the background connecting (ADODB) to tables in our test environment (tables not linked in .mdb, oracle as well), and for now, i am the only one with update or insert ability to these new tables. After testing with my inserts and updates via ADODB recordsets sucuessfully for quite sometime, I now receive the following message upon attempting to open the .mdb file itself:
The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time. (Error 3197)
If you've seen this before, you know i only have OK and HELP to choose from and neither actually open my database: therefore i cannot get to any portion of the forms or code that i've been working on.
I understand what the error is indicating and that it is referring to optimistic locking of the recordset. Admittedly, its possible that during debugging i didn't get all the way out of my recordset or connection properly, but my dba has restarted our test db to clean it up, and verified that i have no other sessions running and nothing is locked on the production side. So it seems i shouldn't still be getting this error based on it's definition.
Starting over is not an option at this point. So...
How could i have triggered this error to occur and how do i get around it so i can fix it or at the very least copy that code out into a new .mdb (ready to make corrections of course!)
Any help with this would be greatly appreciated, i've got to get this project tied up and i've exhausted all my local resources.
Becky,
Ft. Rucker
The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time. (Error 3197)
If you've seen this before, you know i only have OK and HELP to choose from and neither actually open my database: therefore i cannot get to any portion of the forms or code that i've been working on.
I understand what the error is indicating and that it is referring to optimistic locking of the recordset. Admittedly, its possible that during debugging i didn't get all the way out of my recordset or connection properly, but my dba has restarted our test db to clean it up, and verified that i have no other sessions running and nothing is locked on the production side. So it seems i shouldn't still be getting this error based on it's definition.
Starting over is not an option at this point. So...
How could i have triggered this error to occur and how do i get around it so i can fix it or at the very least copy that code out into a new .mdb (ready to make corrections of course!)
Any help with this would be greatly appreciated, i've got to get this project tied up and i've exhausted all my local resources.
Becky,
Ft. Rucker