Hi!
We have SQL Server stored procedure that query Access database. We used OLEDB/Jet connection to Access database.
The problem is that OLEDB/Jet try to lock database when querying data, so we get error when other users opened database.
Question: How we should configure OLEDB, configure Jet or setup connection parameters for OLEDB in SQL Server to tell it to open database in read-only mode?
Vlad Grynchyshyn
vgryn@softserve.lviv.ua
The professional level of programmer could be determined by level of stupidity of his/her bugs
We have SQL Server stored procedure that query Access database. We used OLEDB/Jet connection to Access database.
The problem is that OLEDB/Jet try to lock database when querying data, so we get error when other users opened database.
Question: How we should configure OLEDB, configure Jet or setup connection parameters for OLEDB in SQL Server to tell it to open database in read-only mode?
Vlad Grynchyshyn
vgryn@softserve.lviv.ua
The professional level of programmer could be determined by level of stupidity of his/her bugs