-
Run time error 3051
HI ALL,
I am tring to share an access database between two PCs with LAN connection in VB6 programming. I am using DAO 3.6 i.e opendatabase
command for the database accessing.While running the program it shows Run time error 3051. My question is :-
1) Can we open the same database on both PCs at the same time ??? :confused:
2) If yes then what is solution for .ldb file??? :sick:
I tried hard to remove this error..
Please help me ... :cry:
-
Re: Run time error 3051
This usually happens when the Database is set to readonly. go to the database location through windows explorer and ensure the file database properties isn't set to read only. Also under the security tab make sure the other user has write access.