Retrieves information about the given table.
database_name
The database name.
table_name
The table name.
link_identifier
Identyfikator połączenia FrontBase zwrócony przez fbsql_connect() lub fbsql_pconnect().
Jeśli link jest opcjonalny i nie zostanie podany, funkcja spróbuje znaleźć otwarte połączenie do serwera FrontBase i jeśli takiego połączenia nie znajdzie, spróbuje utworzyć je tak jak fbsql_connect() byłaby wywołana bez argumentów
Returns a result pointer which can be used with the fbsql_field_xxx functions, or FALSE on error.
A string describing the error will be placed in $phperrmsg, and unless the function was called as @fbsql() then this error string will also be printed out.
Poprzedni | Spis treści | Następny |
fbsql_list_dbs | Początek rozdziału | fbsql_list_tables |