AFAIK, all MS-SQL Server databases are opened "shared" and never
exclusively. Hence, it follows that the ADP connection cannot exclusively
lock the MS-SQL database.

Signature
HTH
Van T. Dinh
MVP (Access)
> Someone else may care to elaborate, but I believe these settings do not
> apply or are not supported by the OLE DB provider for SQL Server which ADP
[quoted text clipped - 4 lines]
>
> -Andy
Kevin3NF - 23 Dec 2003 15:08 GMT
You are correct. There are ways to lock a SQL Server down (single-user
mode, deny permissions, etc.), but that's is not what SQL Server was
intended to do.

Signature
Kevin3NF
Sick of all that junk filling up your mailbox?
http://spamarrest.com/affl?2967001
> AFAIK, all MS-SQL Server databases are opened "shared" and never
> exclusively. Hence, it follows that the ADP connection cannot exclusively
[quoted text clipped - 8 lines]
> >
> > -Andy