Access --> SQL 2000 (Read only)

  • Follow


I converted an Access 2003 Database to run on SQL 2000.  However, it is 
apparent that the database is being opened in exclusive mode by the first 
user.  
I know how to resolve this when the back-end is also Access 2003 but how do 
I resolve this as it is on SQL 2000.
0
Reply Utf 11/9/2005 7:20:57 PM

You've got an Access front-end talking to a SQL Server backend. Each user 
should have his/her own copy of the front-end, preferably on their hard 
drive.

Now, your subject mentions Read only, as opposed to exclusive. If the 
problem actually is read-only, do you have primary keys defined for each of 
the tables in SQL Server.

-- 
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)



"Charlo" <Charlo@discussions.microsoft.com> wrote in message 
news:9537A568-58A1-4F3A-84D5-92348FA2C4EF@microsoft.com...
>I converted an Access 2003 Database to run on SQL 2000.  However, it is
> apparent that the database is being opened in exclusive mode by the first
> user.
> I know how to resolve this when the back-end is also Access 2003 but how 
> do
> I resolve this as it is on SQL 2000. 


0
Reply Douglas 11/9/2005 11:04:39 PM


In addition to Doug's suggestions, can you confirm that the permissions have 
been properly set on the SQL Server back-end?

Regards

Jeff Boyce
<Office/Access MVP>

"Charlo" <Charlo@discussions.microsoft.com> wrote in message 
news:9537A568-58A1-4F3A-84D5-92348FA2C4EF@microsoft.com...
>I converted an Access 2003 Database to run on SQL 2000.  However, it is
> apparent that the database is being opened in exclusive mode by the first
> user.
> I know how to resolve this when the back-end is also Access 2003 but how 
> do
> I resolve this as it is on SQL 2000. 


0
Reply Jeff 11/10/2005 12:34:54 AM

2 Replies
213 Views

(page loaded in 0.039 seconds)

Similiar Articles:
















7/10/2012 7:38:13 PM


Reply: