This document is intended for application developers who need access to data from Adaptive Server® Enterprise (ASE) using any of the supported .NET programming languages. To use this book, you must be familiar with the Microsoft ADO.NET technology and able to code to the ADO.NET specification.�
The information in this book is organized as follows:
Software Developer’s Kit and Open Server 12.5.1 Installation Guide
Software Developer’s Kit and Open Server 12.5.1 Release Bulletin
Adaptive Server Enterprise 12.5.1 Installation Guide for Windows
Adaptive Server Enterprise 12.5.2 Release Bulletin for Windows
Use the Sybase Getting Started CD, the Sybase Technical Library CD and the Technical Library Product Manuals Web site to learn more about your product:
The Getting Started CD contains release bulletins and installation guides in PDF format, and may also contain other documents or updated information not included on the Technical Library CD. It is included with your software. To read or print documents on the Getting Started CD you need Adobe Acrobat Reader (downloadable at no charge from the Adobe Web site, using a link provided on the CD).
The Technical Library CD contains product manuals and is included with your software. The DynaText reader (included on the Technical Library CD) allows you to access technical information about your product in an easy-to-use format.
Refer to the Technical Library Installation Guide in your documentation package for instructions on installing and starting the Technical Library.
The Technical Library Product Manuals Web site is an HTML version of the Technical Library CD that you can access using a standard Web browser. In addition to product manuals, you will find links to EBFs/Updates, Technical Documents, Case Management, Solved Cases, newsgroups, and the Sybase Developer Network.
To access the Technical Library Product Manuals Web site, go to Product Manuals.
Technical documentation at the Sybase Web site is updated frequently.
Finding the latest information on product certifications
Point your Web browser to Technical Documents.
Select Products from the navigation bar on the left.
Select a product name from the product list and click Go.
Select the Certification Report filter, specify a time frame, and click Go.
Click a Certification Report title to display the report.
Creating a personalized view of the Sybase Web
site (including support pages)
Set up a MySybase profile. MySybase is a free service that allows you to create a personalized view of Sybase Web pages.
Point your Web browser to Technical Documents.
Click MySybase and create a MySybase profile.
Finding the latest information on EBFs and software
maintenance
Point your Web browser to the Sybase Support Page.
Select EBFs/Maintenance. Enter user name and password information, if prompted (for existing Web accounts) or create a new account (a free service).
Select a product.
Specify a time frame and click Go.
Click the Info icon to display the EBF/Maintenance report, or click the product description to download the software.
The following conventions are used in this book.
Classes, command names, command option names, methods, program names, program flags, properties, keywords, functions, statements, and stored procedures are printed as follows:
You can use an Insert, Update, or Delete statement with the ExecuteNonQuery method.
Variables, parameters, and user-supplied words are in italics in syntax and in paragraph text, as follows:
The set password new_passwd clause specifies a new password.
Names of database objects such as databases, tables, columns, and datatypes, are printed as follows:
The value of the pubs2 object.
Syntax statements that display the syntax and options for a command are printed as follows:
AseDataAdapter adapter string connectionString AseCommand selectCommand
Examples that show the use of commands are printed as follows:
AseConnection conn = new AseConnection( "Data Source=’mango’;" + "Port=5000;" + "UID=’sa’;" + "PWD='';" + Database='pubs2';" );
Syntax formatting conventions are summarized in the following table.
Key |
Definition |
---|---|
{ } |
Curly braces mean you must choose at least one of the enclosed options. Do not include braces in the command. |
[ ]
|
Brackets mean you may choose or omit enclosed options. Do not include brackets in the command. |
|
|
Vertical bars mean you may choose no more than one option (enclosed in braces or brackets). |
,
|
Commas mean you may choose as many options as you need (enclosed in braces or brackets). Separate your choices with commas, to be typed as part of the command. Commas may also be required in other syntax contexts. |
( )
|
Parentheses are to be typed as part of the command. |
... |
An ellipsis (three dots) means you may repeat the last unit as many times as you need. Do not include ellipses in the command. |
Each Sybase installation that has purchased a support contract has one or more designated people who are authorized to contact Sybase Technical Support. If you cannot resolve a problem using the manuals or online help, please have the designated person contact Sybase Technical Support or the Sybase subsidiary in your area.