msql_list_tables
List tables in an mSQL database
&reftitle.description;
resourcemsql_list_tables
stringdatabase
resourcelink_identifier
msql_list_tables lists the tables on the specified
database.
&reftitle.parameters;
database
The name of the database.
&msql.linkid.description;
&reftitle.returnvalues;
Returns a result set which may be traversed with any function that fetches
result sets, such as msql_fetch_array. On failure,
this function will return &false;.
&reftitle.seealso;
msql_list_fields
msql_list_dbs