You are on page 1of 1

Methods

Catalog
qualifier, owner, name, type

Retrieves the catalog from the current ODBC object. Returns a four-element array (Qualifier, Owner, Name,
Type). Note:All fieldnames are uppercase!

Example:
($qualifier, $owner, $name, $type) = $db->Catalog("", "", "%",
"'TABLE'");

You might also like