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

ACS

required properties [Table of Contents] Client Interaction properties

Access Service User's Guide DirectConnect Anywhere

[-] Chapter 2 Configuring the DirectConnect Access Service Library
[-] Catalog Stored Procedures properties

Catalog Stored Procedures properties

These properties control the information an access service returns from catalog stored procedures.

Many of the properties in this group are not supported, nor do they affect the DirectConnect Anywhere Access Service. These properties are available for compatibility purposes only.

The subsection heading and configuration property list must appear in the service library configuration file as follows:

{Catalog Stored Procedures}
 CSPExclusions=
 CSPIncludeAlias=
 CSPIncludeSynonym=
 CSPIncludeSystem=
 CSPIncludeTable=
 CSPIncludeView=
 DatatypeInfo=
 SQLInformationFile=(not  supported)

CSPExclusions

Specifies that an access service limits access to information normally returned from sp_tables upon authorization.

Syntax

CSPExclusions=[ none | user | nonauth |nonauthpublic ]

Default

user

Values

Comment

This property is not supported and does not affect the DirectConnect Anywhere Access Service. It is available for compatibility purposes only.

CSPIncludeAlias

Specifies that the access service returns information about aliases from sp_tables.

Syntax

CSPIncludeAlias=[no | yes]

Default

no

Values

Comment

This property is not supported and does not affect the DirectConnect Anywhere Access Service. It is available for compatibility purposes only.

CSPIncludeSynonym

Specifies that the access service returns information about synonyms from sp_tables.

Syntax

CSPIncludeSynonym=[no | yes]

Default

no

Values

CSPIncludeSystem

Specifies that the access service returns information about system tables from sp_tables.

Syntax

CSPIncludeSystem=[no | yes]

Default

no

Values

Comment

The user issuing sp_tables must be authorized to query these tables.

CSPIncludeTable

Specifies that the access service returns information about tables from sp_tables.

Syntax

CSPIncludeTable=[yes | no]

Default

yes

Values

CSPIncludeView

Specifies that the access service returns information about views from sp_tables.

Syntax

CSPIncludeView=[yes | no]

Default

yes

Values

DatatypeInfo

Specifies the type of datatype information returned from sp_datatype_info.

Syntax

DatatypeInfo=[transact | target]

Default

transact

Values

SQLInformationFile (not supported)

Specifies the file that contains extension information that cannot be derived from the SQLGetInfo function call.

Syntax

SQLInformationFile=filename

Range

0-128 characters

Default

odbc.sif

Value

filename is the file name or path and file name

Comments

Not supported


ACS

required properties [Table of Contents] Client Interaction properties