I am using VB6 to connect to Sybase and I can't seem to connect. I'm using the following code:
Dim Dim cnCCard As ADODB.Connection
On Error GoTo ERR_Connect
Set cnCCard = New Connection
cnCCard.ConnectionString = "Driver={Sybase System...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.