Configuring the ODBC Data Source Using a Provider String
Before an application program can communicate with the data source, configuration information must be provided. The data source comprises accessible data, its associated operating system, the database management system (or file system), and the network platform used to access the database management system.
Use the following provider string to configure the ODBC data source:
"driver=CONNX32;dd=C:\connx32\utils\CONNX.cdd;uid=theuser;pwd=thepass;"
Once the data source is configured, CONNX can be used with front-end applications (Microsoft Access, Microsoft Excel, Crystal Reports, etc.).