PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

fbsql_db_status> <fbsql_database
Last updated: Fri, 14 Nov 2008

view this page in

fbsql_db_query

(PHP 4 >= 4.0.6, PHP 5)

fbsql_db_querySend a FrontBase query

Descrição

resource fbsql_db_query ( string $database , string $query [, resource $link_identifier ] )

Selects a database and executes a query on it.

Parâmetros

database

The database to be selected.

query

The SQL query to be executed.

Nota: The query string shall always end with a semicolon.

link_identifier

Um identificador de conexão FrontBase retornado por fbsql_connect() ou fbsql_pconnect().

Se opcional e não especificado, a função tentará encontrar uma conexão aberta para o servidor FrontBase server e se não for encontrada uma conexão dessa ela irá tentar criar uma como se fbsql_connect() fosse chamada sem argumentos

Valor Retornado

Returns a positive FrontBase result identifier to the query result, or FALSE on error.



add a note add a note User Contributed Notes
fbsql_db_query
There are no user contributed notes for this page.

fbsql_db_status> <fbsql_database
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites