|
-
Jun 29th, 2010, 03:16 PM
#1
Thread Starter
New Member
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
-
Jun 29th, 2010, 04:01 PM
#2
Hyperactive Member
Re: MultiPrograms using same Access DB
What does your connection string to the DB look like?
-
Jul 2nd, 2010, 04:03 AM
#3
Thread Starter
New Member
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")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|