What product/components do you use and which version/fix level?
CONNX32
Connx32.dll, version 13.80.0.18270
Are you using a free trial or a product with a customer license?
Licensed
What are trying to achieve? Please describe in detail.
I am trying to connect to a database in Visual Basic .Net, but keep getting che error message “t’[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specifi”. The database was added using the CONNX Configuration Manager, and I can connect to it using the Dictionary Viewer Utility and the same credentials I am attempting to use in the VB application.
Here is the relevant code snippet:
myConn = New ADODB.Connection
myConn.ConnectionString = "Driver={CONNX32}; Data Source=...; uid=...; pwd=..."
myConn.Open()
I am using Visual Studio 2022 targeting .Net Framework 4.8.
This is from the User guide that comes with the product, but it appears to be outdated. I cannot find the driver mentioned in the location specified.
Do you get any error messages? Please provide a full error message screenshot and log file.
“[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified”