Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access 97/ SQL 7 - Records Locked -- Need help asap!

Status
Not open for further replies.

Nancy2

Programmer
Sep 18, 2001
97
0
0
US
Help please -- must be simple. Upsized an Access 97 database to SQL 7 - all seems OK (so far) except when we add or update a record in a FORM, it locks the record - and I cannot get it unlocked.

When I add a record directly through enterprise manager, it also locks.

When I update the record through the linked Access table it DOES NOT lock.

And, finally, there is a tabular subform of the continuous form which I am getting the record locking -- adding a record to the sub form DOES NOT Lock.

Other info:

1) There is quite of bit of code behind the forms - (at least continuous forms are causing the problem) But no ADO or DAO

2) I am getting the error - ..."you and another user are attempting to edit the data at the same time" - #3197 - stating the table is optimistically locked

3) I have not created any triggers -- but will check it on my next visit (I can remotely run the application, but cannot remotely run Enterprise Manager)

4) Adding a record through a table in Access does not lock it, adding through the forms AND adding directly through Enterprise Manager does cause the locks.Thank you in advance for any assistance.(I will also post on Access forum)

Please help, really need to get this addressed this weekend.

Thank you,

Nancy

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top