Connecting to an ODBC Driver Using a Connection String
To connect to the Microsoft OLE DB Provider for ODBC drivers using a connection string:
- Open the VisiconX Data Control OLE Properties dialog box. For information on how to do this in your product, refer to the Accessing VisiconX OLE Control Properties section.
- From the Provider tab, select Microsoft OLE DB Provider for ODBC Drivers.
- Click the Database tab.
- Select the Use ODBC Connection String check box.
- Enter an ODBC connection string in the Connection String (No DSN Required) edit box; for example:
Driver=SQL Server;Server=QALAB15;Database=Northwind;
See Also