Sybase DC35823-01-1500-04 User Manual

Page 13

Advertising
background image

About This Book

Configuration Guide

xiii

Sybase EBFs and
software
maintenance

v

Finding the latest information on EBFs and software maintenance

1

Point your Web browser to

the Sybase Support Page at

http://www.sybase.com/support

.

2

Select EBFs/Maintenance. If prompted, enter your MySybase user name
and password.

3

Select a product.

4

Specify a time frame and click Go. A list of EBF/Maintenance releases is
displayed.

Padlock icons indicate that you do not have download authorization for
certain EBF/Maintenance releases because you are not registered as a
Technical Support Contact. If you have not registered, but have valid
information provided by your Sybase representative or through your
support contract, click Edit Roles to add the “Technical Support Contact”
role to your MySybase profile.

5

Click the Info icon to display the EBF/Maintenance report, or click the
product description to download the software.

Conventions

The following sections describe conventions used in this manual.

SQL is a free-form language. There are no rules about the number of words you
can put on a line or where you must break a line. However, for readability, all
examples and most syntax statements in this manual are formatted so that each
clause of a statement begins on a new line. Clauses that have more than one part
extend to additional lines, which are indented. Complex commands are
formatted using modified Backus Naur Form (BNF) notation.

Table 1 shows the conventions for syntax statements that appear in this manual:

Table 1: Font and syntax conventions for this manual

Element Example

Command names, procedure names, utility names,
and other keywords display in sans serif font.

select

sp_configure

Database names and datatypes are in sans serif font.

master

database

Book names, file names, variables, and path names are
in italics.

System Administration Guide

sql.ini file

column_name

$SYBASE/ASE directory

Advertising