JDBC-ODBC - Creating DSN for SQL Server 2005

This section describes how to create a DSN that connected to the local SQL Server.

In order to use the JDBC-ODBC Bridge driver, you need to create a DSN (Data Source Name) representing an ODBC connection to a particular database server. This tutorial will show you how to create DSN for SQL Server 2005 Express Edition, assuming that it has been installed on your local system as described in other tutorials in this book.

1. On my Windows 7 system, run Control Panel > Administrative Tools > Data Sources (ODBC).

2. Click the System DSN tab. Then click the Add button.

3. From the ODBC driver list, select SQL Server (SQLSRV32.DLL) and click the Finish button.

4. Now fill in the DSN header information as below and click Next:

Name: SQL_SERVER
Description: DSN for the local SQL Server
Server: LOCALHOST

5. Select the radio button on "With SQL Server authentication using a login ID and password entered by the user". Also enter in Login ID field: "sa" and in Password field: "HerongYang". Then click Client Configuration.

6. Check and uncheck "Dynamically determine port" and enter "1269" as the Port Number. Then click OK to close the network configuration window.

7. Click Next and continue to finish the rest of settings with default values. Your DSN "SQL_SERVER" is ready now.

Table of Contents

 About This Book

 JDBC (Java Database Connectivity) Introduction

 JDK (Java SE) Installation

 Microsoft SQL Server Express Edition

 Microsoft JDBC Driver for SQL Server

 Microsoft JDBC Driver - Query Statements and Result Sets

 Microsoft JDBC Driver - DatabaseMetaData Object

 Microsoft JDBC Driver - DDL Statements

 Microsoft JDBC Driver - DML Statements

 SQL Server - PreparedStatement

 SQL Server CLOB (Character Large Object) - TEXT

 SQL Server BLOB (Binary Large Object) - BLOB

 Using Connection Pool with JDBC

 JDBC-ODBC Bridge Driver - sun.jdbc.odbc.JdbcOdbcDriver

 JDBC-ODBC Bridge Driver - Flat Text Files

 JDBC-ODBC Bridge Driver - MS Access

JDBC-ODBC Bridge Driver - MS SQL Server

 JDBC-ODBC - Configuring SQL Server for TCP/IP Connection

JDBC-ODBC - Creating DSN for SQL Server 2005

 JDBC-ODBC - Connecting to SQL Server 2005

 JDBC-ODBC - SQL Server and Driver Info

 JDBC-ODBC - Setting Current Database

 JDBC-ODBC - Looping through ResultSet

 Archived Tutorials

 References

 Full Version in PDF/EPUB