php man page for odbc_exec

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 statement

SYNOPSIS
resource odbc_exec (resource $connection_id, string $query_string, [int $flags])
DESCRIPTION
Sends an SQL statement to the database server.
PARAMETERS
o $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 VALUES
Returns an ODBC result identifier if the SQL command was executed successfully, or FALSE on error.
SEE ALSO
odbc_prepare(3), odbc_execute(3). PHP Documentation Group ODBC_EXEC(3)
Related Man Pages
execute(7) - mojave
execute(7) - debian
odbc_connect(3) - php
db2_prepare(3) - php
odbc_execute(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