ODBC How-to Topics
새 설치: 2006년 4월 14일
To use the Microsoft® SQL Server™ 2005 ODBC driver, you must be able to create ODBC data sources and ensure that the server has the correct version of the catalog stored procedures. To code an ODBC application that uses SQL Server, you must know how to allocate ODBC handles, set attributes, connect to an instance of SQL Server, execute queries, and process results.
섹션 내용
- Configuring the SQL Server ODBC Driver (ODBC)
- Connecting to SQL Server (ODBC) (How to)
- Executing Queries (ODBC) (How to)
- Using Cursors (ODBC)
- Performing Transactions (ODBC) (How to)
- Running Stored Procedures (ODBC)
- Managing text and image Columns (ODBC)
- Profiling ODBC Driver Performance (ODBC)
- How to: Process ODBC Errors (ODBC)
- How to: Bulk Copy with the SQL Server ODBC Driver (ODBC)