You can use OLE DB to establish a UDL configuration file that points to an external database table.
- Use Microsoft ODBC to set up a data source.
- At the Command prompt, enter dbconnect.
- On the dbConnect Manager, right-click Data Sources and click Configure Data Source.
- In the Configure a Data Source dialog box, do one of the following:
- Create a data source. In the Data Source Name box, enter a name for the data source. Click OK.
- Edit an existing data source. In the Data Sources list box, select a data source. Click OK.
- In the Data Link Properties dialog box, Provider tab, select Microsoft OLE DB Provider for ODBC Drivers. Click Next.
- In the Use Data Source Name box, enter the name of the data source you want to configure.
- Click Test Connection to verify that your configuration is working properly.
If the connection fails, verify that the settings are correct. For example, spelling errors and case sensitivity may be the cause of a failed connection.
- Click OK.