
connection problems with the command-object
hallo to all,
Why do I receive a new connection for the Sybase database on every
assignment of
the connection-object to the command-object?
The ADO_Con is global and the ADO_Cmd local dimensioned.
Set ADO_Cmd = New ADODB.Command
Set ADO_Cmd.ActiveConnection = ADO_Con