Query: odbc_exec
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ODBC_EXEC(3) 1 ODBC_EXEC(3) odbc_exec - Prepare and execute an SQL statementSYNOPSISresource odbc_exec (resource $connection_id, string $query_string, [int $flags])DESCRIPTIONSends an SQL statement to the database server.PARAMETERSo $connection_id -The ODBC connection identifier, see odbc_connect(3) for details. o $query_string - The SQL statement. o $flags - This parameter is currently not used.RETURN VALUESReturns an ODBC result identifier if the SQL command was executed successfully, or FALSE on error.SEE ALSOodbc_prepare(3), odbc_execute(3). PHP Documentation Group ODBC_EXEC(3)
Related Man Pages |
---|
execute(7) - suse |
execute(7) - osx |
execute(7) - debian |
db2_prepare(3) - php |
odbc_procedurecolumns(3) - php |
Similar Topics in the Unix Linux Community |
---|
add the output of a query to a variable to be used in another query |
Getting junk data from MS SQL Server 2008 R2 using PHP 5.3.16 |