Results 1 to 3 of 3

Thread: MultiPrograms using same Access DB

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2009
    Posts
    8

    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

  2. #2
    Hyperactive Member
    Join Date
    Aug 2004
    Location
    Bloomingdale, IL USA
    Posts
    284

    Re: MultiPrograms using same Access DB

    What does your connection string to the DB look like?

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2009
    Posts
    8

    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
  •  



Click Here to Expand Forum to Full Width