You are not logged in.
Pages: 1
Hi,
I have a software that use MDB (access) database to save the data.
In my application I use TOleDBConnectionProperties to connect with this DB and read/write some data.
However I have a small problem. I cannot run the software together, in fact if I try to run the applications together I get an error from the application that I started to second because the DB is block.
Is there a way to avaoid it? My application is similar to other software that allow it without problem, so I think this is possible but i don't know how.
regards
Offline
Are you sure it is just not a file access right problem?
See http://dba.stackexchange.com/questions/ … has-a-lock
Offline
I don't change the db right, and the first application that I run can access without problem, so I don't think it is a access right problem.
Offline
Pages: 1