新建日期: 2006 年 4 月 14 日
You can add a data source by using ODBC Administrator, programmatically (by using SQLConfigDataSource), or by creating a file.
To add a data source by using ODBC Administrator
- From the Control Panel, access Administrative Tools and then Data Sources (ODBC). Alternatively, you can invoke odbcad32.exe. 
- Click the User DSN, System DSN, or File DSN tab, and then click Add. 
- Click SQL Server, and then click Finish. 
- Complete the Steps in the Create a New Data Source to SQL Server Wizard. 
To add a data source programmatically
- Call SQLConfigDataSource with the second parameter set to either ODBC_ADD_DSN or ODBC_ADD_SYS_DSN.
To add a file data source
- Call SQLDriverConnect with a SAVEFILE=file_name parameter in the connect string. If the connect is successful, the ODBC driver creates a file data source with the connection parameters in the location pointed to by the SAVEFILE parameter.
请参阅
其他资源
Configuring the SQL Server ODBC Driver (ODBC)