|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Nolock
Is there a way to specify no lock when constructing a sql statement to execute on an Access DB? I have some statements causing major locking probs in a linked table.
Quote:
Last edited by Grygonos : September 12th, 2003 at 12:12 PM. |
|
#2
|
|||
|
|||
|
At least until Access2k there is no other possibility than using connection parameters.
In your case this should be s.th. like adReadOnly, adForwardOnly But a simple select statement should not lock tables, even in Access. But as soon as someone opens the query and leaves it with the pen in the record selector (i.e. change with no save) then, of course, all necessary stuff is locked. This is (or would then be) a user training problem! |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft Access Help > Nolock |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|