Accessing an MDB over the network from a DLL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • avdbrink
    New Member
    • Feb 2007
    • 12

    Accessing an MDB over the network from a DLL

    Hello,

    I'm writing a dll application in VB6 that's using mdb databases from across the network. After a while it suddenly shows up an error: 3002: Could not start session.

    When running the same code with a database on a local machine everything works fine.

    I'd like to know if this is a limitation of the server who is not allowing so many connection or is there another explanation for my problem?

    Any help would be apriciated!

    Thanks,
    Arno
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Hi. Are you using a connection string to connect directly to the database or are you using a system DSN?

    Comment

    • avdbrink
      New Member
      • Feb 2007
      • 12

      #3
      Originally posted by willakawill
      Hi. Are you using a connection string to connect directly to the database or are you using a system DSN?
      No I'm not using a system DSN, but my problem is already solved.

      Thanks for thinking along!

      Cheers,
      Arno

      Comment

      • willakawill
        Top Contributor
        • Oct 2006
        • 1646

        #4
        Originally posted by avdbrink
        No I'm not using a system DSN, but my problem is already solved.

        Thanks for thinking along!

        Cheers,
        Arno
        And what, for the sake of the solution groupies here, was the answer to your problem?

        Comment

        Working...