Methods
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'");