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

How the Access Service assembles stored procedure
information [Table of Contents] Coding instructions

Access Service User's Guide DirectConnect for AS/400

[-] Chapter 12 Accessing catalog information with CSPs
[-] General information
[-] Supported CSPs

Supported CSPs

The following table shows CSPs that an access service supports.

Supported CSPs

CSP

Information Retrieved by the CSP

Location

sp_columns

Column descriptions for a table

sp_databases

List of available databases

sp_datatype_info

Datatype descriptions

sp_fkeys

Foreign and primary key relationships (supported only in OS/400 version 3.1 or higher)

sp_pkeys

Primary key information for a single table

sp_server_info

Server terms, limits, and capabilities

sp_special_columns

Additional column information

sp_sproc_columns

Attributes of procedures input and return parameters

sp_statistics

Statistics and indexes for one table

sp_stored_procedures

List of available procedures

sp_tables

List of tables, views, and system tables


How the Access Service assembles stored procedure
information [Table of Contents] Coding instructions