BuildForge Help

ODBC Data Source Setup for Microsoft SQL Server

In these steps you create an ODBC data source that is used by a Windows-based Management Console to access the database you created in Microsoft SQL Server.
  1. From the Windows start menu, select Settings > Control Panel > Administrative Tools > Data Sources. The ODBC Data Source Administrator dialog appears.
  2. On the System DSN tab, click Add. A list of drivers appears.
  3. Select MS SQL Server from the list of drivers, then click Finish. In the ODBC Setup dialog box that appears, enter the following information:
    • Data Source Name: the name for this data source, must be the same as Database Name..
    • Description: description for this data source.
    • Server Name: host name of the host where the MS SQL Server database is installed.
    • Database Name: database name you created above.

    Click OK to close ODBC Setup, then OK to close ODBC Data Source Administrator. The data source is created.

Make a note of the following information. It is requested by the installation program when you install the Management Console.
Important: Use the same value for the Database Name and Data Source Name. A limitation in JDBC drivers requires this constraint. If they are not the same, the Quick Report reporting feature and the services-layer APIs for Java and Perl do not work.