Access --> SQL 2000 (Read only)

C

Charlo

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.
 
D

Douglas J. Steele

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.
 
J

Jeff Boyce

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>
 

Ask a Question

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.

Ask a Question

Top