C
Craig Henderson
I am trying to create an ADODB.Connection to the current
database in order to have finer control over table
updates.
In DAO, this was possible by setting a "Database"
variable to "CurrentDb", and then using the
db.OpenRecordset method with an appropriate SQL
statement. I have not been able to duplicate this
functionality with ADO, as I get a message indicating
that "Admin" has placed my Access file into a state the
prohibits opening or locking when I try to establish the
connection.
Any assistance in greatly appreciated.
database in order to have finer control over table
updates.
In DAO, this was possible by setting a "Database"
variable to "CurrentDb", and then using the
db.OpenRecordset method with an appropriate SQL
statement. I have not been able to duplicate this
functionality with ADO, as I get a message indicating
that "Admin" has placed my Access file into a state the
prohibits opening or locking when I try to establish the
connection.
Any assistance in greatly appreciated.