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
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
Comment