S
swap m via AccessMonster.com
Hi all,
Is there any tool to achieve reocrd locking in MS Access.
Thanks,
Swapna.
Is there any tool to achieve reocrd locking in MS Access.
Thanks,
Swapna.
Michel said:Add the following CHECK constraint in table table1:
CHECK( NOT EXISTS( SELECT * FROM locks WHERE lock=pk) )
Michel said:You have to run one (1) DDL (Date Definition Language) statement at a time.
Only ADO (not DAO, not the query designer) will accept the CHECK
constraint
Michel said:Note that once installed, the CHECK constraint *works fine under
DAO* too. When I say "only ADO", I was referring to the creation itself
(or deletion) of the CHECK constraint.
Michel said:seems that in *this* case, fields have to be fully qualified
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.