Re: How to I force ADO to release locks
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Wed, 14 Feb 2007 15:28:41 -0600
<clatonhendricks@xxxxxxxxx> wrote in message
news:1171416936.300561.53790@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,
I am working in Acc2003 and I need to know How I can force ADO to
release locks before executing a SQL statement.....
Any kind of help is appreciated...
Regards,
Claton
This post is essentially context-free. ADO doesn't have anything to do with
"locks" except to provide interfaces to various objects allowing you to set
various "locking attributes".
Perhaps, you mean you want to use ADO to release locks setup by the engine?
The simplest answer is you can't. If there are 'locks' it is because either
the engine is enforcing some integrity rule, or because you requested them
thru some previous query or object creation.
Why not provide a few more details concerning what you are trying to do and
why current locking behavior is an impediment to your plan. - Likely another
solution is available.
-ralph
.
- References:
- How to I force ADO to release locks
- From: clatonhendricks
- How to I force ADO to release locks
- Prev by Date: How to I force ADO to release locks
- Next by Date: Re: SQL2005 ADOMD.NET install rights/requirement
- Previous by thread: How to I force ADO to release locks
- Next by thread: Re: SQL2005 ADOMD.NET install rights/requirement
- Index(es):
Relevant Pages
|
|