php man page for fbsql_db_query

Query: fbsql_db_query

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FBSQL_DB_QUERY(3)							 1							 FBSQL_DB_QUERY(3)

fbsql_db_query - Send a FrontBase query

SYNOPSIS
resource fbsql_db_query (string $database, string $query, [resource $link_identifier])
DESCRIPTION
Selects a database and executes a query on it.
PARAMETERS
o $database - The database to be selected. o $query - The SQL query to be executed. Note The query string shall always end with a semicolon. o $ link_identifier -A FrontBase link identifier returned by fbsql_connect(3) or fbsql_pconnect(3).If optional and not specified, the function will try to find an open link to the FrontBase server and if no such link is found it will try to create one as if fbsql_connect(3) was called with no arguments.
RETURN VALUES
Returns a positive FrontBase result identifier to the query result, or FALSE on error.
SEE ALSO
fbsql_query(3), fbsql_connect(3). PHP Documentation Group FBSQL_DB_QUERY(3)
Related Man Pages
fbsql_create_blob(3) - php
fbsql_create_db(3) - php
fbsql_db_status(3) - php
fbsql_error(3) - php
fbsql_read_blob(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch