J
Jeff Shanholtz
I have an access database on a network with more than one client accessing
it. Most of the time the clients will only be reading from the database, so
I want to program it to use read-only mode so that if a second client needs
to write to the database, the first client won't unnecessarily prevent this
simply by having an open connection.
I've been searching with google and in this newsgroup but I haven't come up
with anything (maybe I'm not effectively choosing my search terms?). I
can't believe it's as hard as it seems to find some discussion of this.
Surely this is possible and surely it is commonly done, right? I'm guessing
it is something I put in my connection string.
I am using C#, .net, and OleDb classes (OleDbDataAdapter, OleDbCommand,
OleDbConnection).
I would appreciate any advice you all can give.
it. Most of the time the clients will only be reading from the database, so
I want to program it to use read-only mode so that if a second client needs
to write to the database, the first client won't unnecessarily prevent this
simply by having an open connection.
I've been searching with google and in this newsgroup but I haven't come up
with anything (maybe I'm not effectively choosing my search terms?). I
can't believe it's as hard as it seems to find some discussion of this.
Surely this is possible and surely it is commonly done, right? I'm guessing
it is something I put in my connection string.
I am using C#, .net, and OleDb classes (OleDbDataAdapter, OleDbCommand,
OleDbConnection).
I would appreciate any advice you all can give.