Jet OLEDB:Database Locking Mode

  • Thread starter Thread starter John
  • Start date Start date
J

John

I am using ADO and VB with an Access db, and I set the connection string of
an ADODB.Connection with "blah blah;Jet OLEDB:Database Locking Mode=1"

After opening the Connection the ConnectionString property of the Connection
object contains "blah blah;Jet OLEDB:Database Locking Mode=0"

Any help appreciated.
 
Back
Top