Connection:-GetCatalogs - get a list of catalogs from the database
|
Calling Sequence
|
|
connection:-GetCatalogs( )
|
|
Parameters
|
|
connection
|
-
|
Connection module
|
|
|
|
|
Description
|
|
•
|
GetCatalogs returns an Array of catalog names (as strings) from the database connected to using connection.
|
•
|
The definition of the term catalog depends on the underlying database. On most systems, catalog refers to an individual database handled by the database server.
|
|
|
Download Help Document
Was this information helpful?