I have tried to open a DSN less connection from a VB6 program to connect to an Informix database. The connection is opened if I do this from a VB app.
The code I have used is as follows.
conn.Provider = "MSDASQL.1"
conn.ConnectionString =...
I have tried to open a DSN less connection from a VB6 program to connect to an Informix database. The connection is opened if I do this from a VB app.
The code I have used is as follows.
conn.Provider = "MSDASQL.1"
conn.ConnectionString =...
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.