MultiPrograms using same Access DB
Hello All
I have Already Acceess DB, and there is a project written in Vb wich use that DB, And i have to make another program which have to use the same DB
i Split the DB and the two programs connected to the DB, but when i try to use the second Program it said that the DB aready in use by the first program
How can i solve that
THanks
Re: MultiPrograms using same Access DB
What does your connection string to the DB look like?
Re: MultiPrograms using same Access DB
Sorry for late hope u can replay me
That is my connection, i think the problem is that connection open the DB exclusively
Set db = DBEngine.Workspaces(0).OpenDatabase("BD Path", True, False, ";PWD=Password")