Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

 Full-Text Search Specialty Data Store User's Guide [Table of Contents] Chapter 1: Introduction

Full-Text Search Specialty Data Store User's Guide

[-] About This Book

About This Book

This book explains how to use the Full-Text Search Specialty Data Store product with Sybase(R) Adaptive Server(TM) Enterprise. Although this book refers to Adaptive Server throughout, the instructions for using it with OmniConnect(TM) are the same.

There are two versions of the Full-Text Search Specialty Data Store:

This book describes the features and functionality of both versions.

Audience

This book is for System Administrators who are configuring Adaptive Server for a Full-Text Search Specialty Data Store and for users who are performing full-text searches on Adaptive Server data.

How to Use This Book

This book includes the following chapters:

Adaptive Server Enterprise Documents

The following documents comprise the Sybase Adaptive Server Enterprise documentation:

Other Sources of Information

Use the Sybase Technical Library CD and the Technical Library Web site to learn more about your product:

Conventions

Directory Paths

For readability, directory paths in this manual are in UNIX format. On Windows NT, substitute $SYBASE with %SYBASE% and replace slashes (/) with backslashes (\). For example, replace this user input:

$SYBASE/sds/text/scripts

with:

%SYBASE%\sds\text\scripts

Formatting SQL Statements

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 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.

SQL Syntax Conventions

The conventions for syntax statements in this manual are as follows:

Table 1: Syntax statement conventions

Key

Definition

command

Command names, command option names, utility names, utility flags, and other keywords are in bold Courier in syntax statements and in bold Helvetica in paragraph text.

variable

Variables, or words that stand for values that you fill in, are in italics.

{ }

Curly braces indicate that you choose at least one of the enclosed options. Do not include braces in your option.

[ ]

Brackets mean choosing one or more of the enclosed options is optional. Do not include brackets in your option.

( )

Parentheses are to be typed as part of the command.

|

The vertical bar means you may select only one of the options shown.

,

The comma means you may choose as many of the options shown as you like, separating your choices with commas to be typed as part of the command.

Case

In this manual, most of the examples are in lowercase. However, you can disregard case when typing Transact-SQL keywords. For example, SELECT, Select, and select are the same.

Adaptive Server's sensitivity to the case of database objects, such as table names, depends on the sort order installed on Adaptive Server. You can change case sensitivity for single-byte character sets by reconfiguring the Adaptive Server sort order. See "Changing the Default Character Set, Sort Order, or Language" in Chapter 19 of the System Administration Guide for more information.

Obligatory Options {You Must Choose At Least One}

Optional Options [You Don't Have to Choose Any]

Ellipsis: Do It Again (and Again)...

An ellipsis (...) means that you can repeat the last unit as many times as you like. In this syntax statement, buy is a required keyword:

buy thing = price [cash | check | credit] 
[, thing = price [cash | check | credit] ]...

You must buy at least one thing and give its price. You may choose a method of payment: one of the items enclosed in square brackets. You may also choose to buy additional things: as many of them as you like. For each thing you buy, give its name, its price, and (optionally) a method of payment.

If You Need Help

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.


 Full-Text Search Specialty Data Store User's Guide [Table of Contents] Chapter 1: Introduction