The ODBC Visual FoxPro Setup dialog box lets you add or change a Microsoft Visual FoxPro data source.
Control | Description |
Data Source Name | The name you want to use for the data source. |
Description | Descriptive qualifiers for the data source. |
Database type | The database type to which you want your data source to connect. |
Visual FoxPro database (.DBC) | Specifies that the data source connects to a Visual FoxPro database (.dbc file) and all tables and local views in the database. |
Free Table directory | Specifies that the data source connects to a directory of free tables. Any database tables in the same directory are ignored by ODBC catalog functions such as SQLColumns or SQLTables. Database tables can be accessed by using SQL SELECT statements sent through SQLExecute and SQLExecDirect. |
Path | The path and name for the database or the directory of free tables to which the data source connects. |
Browse | Lets you search your system and network for the database or directory to which you want to connect the data source. |
Options | Expands the dialog box so that you can set the following Visual FoxPro ODBC Driver options:
|
Important Detailed and programmatic information about the Visual FoxPro ODBC Driver is located at msdn.microsoft.com. (Open the MSDN Library Online and then the Platform SDK to find the MDAC SDK, which contains a section called ODBC Drivers.)