You are on page 1of 2

Sybase System 11 ODBC Driver v 11.1 03/13/97 ODBC Driver Kit/11.1/P/PC Intel/Windows NT 3.

5/1/OPT/Thu Mar 13 12:00:00 EST 199 7

CONTENTS ------------------------------------------What's New Sybase System 11 ODBC Driver 3.0 CSP (Catalog Stored Procedures) Scripts SYBCSP.EXE CSP Installation Utility

What's New Sybase System 11 ODBC Driver --------------------------------------The following list summarizes the new features: ODBC 3.0 Compliance: * Extended Diagnostic capabilities * Catalog function enhancements * Named parameter support for stored procedure execution * Vastly extended metadata information * Numerous performance enhancing options * Granular access to parameter/result information * FileDSNs are now supported * Connection pooling Driver Specific: * Thread Safe * Thread tuning options to provide for maximum performance * SQLBulkOperations/SQL_ADD (formerly SQLSetPos/SQL_ADD) * Long data enhancements * Quoted identifier support * Enhanced multi-threading support * New configuration options * Initialization String * Directory Services (System 11 client) * Security Service Provider (System 11 client) * Password Encryption * System 11 client support * 4.9.2 SQL Server support (see below) * Driver configuration enhancements including Tab dialogs

3.0 CSP (Catalog Stored Procedures) Scripts ------------------------------------------* The new CSP scripts provide ODBC 3.0 support for the Sybase System 11 ODBC driver on the following Sybase SQL Servers: Version -------------------System 11, System 10 4.9.2 Filename ------------SYCSP11.SQL SYCSP492.SQL

* The CSP scripts can be installed either by using the provided SYBCSP utility

or ISQL. Example using SYBCSP: sybcsp -U sa -P myPassWord -S ACCOUNTING Example using ISQL: For System 11 or System 10 SQL Servers: isql -U sa -P myPassWord -S ACCOUNTING -i SYCSP11.SQL For 4.9.2 SQL Servers: isql -U sa -P myPassWord -S ACCOUNTING -i SYCSP492.SQL * The script files are installed into the path specified in the 'Install Directory' option in the Setup program.

SYBCSP.EXE CSP Installation Utility ----------------------------------* The SYBCSP utility installs the proper version of the CSP scripts based upon the SQL Server's version. * The following is the usage help for sybcsp: usage: sybcsp [-v] [-P password] [-S server_name] [-U username] * '-v' displays the version of the sybcsp utility * if '-P' is omitted, the user is prompted to enter in the password * The files SYCSP11.SQL and SYCSP492.SQL must be located in the same directory as the the SYBCSP utility. * SYBCSP.EXE is installed into the path specified in the 'Install Directory' option in the Setup program.

03/17/97 Sybase Confidential

You might also like