Is there something that limits a program to a single ADO connection?
I'm trying to create a program which opens two ADO connections, (via the Jet driver to an Access database, and via the Client Access driver to an AS/400), concurrently. The Jet connection works just fine, but the CA one doesn't.
The CA connection is opened, but no data is being retrieved.
Other of my programs which use ADO to connect to the same databases separately do exactly what they're written for, but this one...
I'm trying to create a program which opens two ADO connections, (via the Jet driver to an Access database, and via the Client Access driver to an AS/400), concurrently. The Jet connection works just fine, but the CA one doesn't.
The CA connection is opened, but no data is being retrieved.
Other of my programs which use ADO to connect to the same databases separately do exactly what they're written for, but this one...