Warning: file_put_contents(): Only -1 of 48 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
odbc_errormsg odbc_execute ODBC PHP Manual odbc_exec (PHP 4, 5) — Prepare and execute a SQL statement Description resource ( $connection_id , string $query_string [, int $flags ] ) Returns FALSE ...
Forum und email

odbc_exec

(PHP 4, PHP 5)

odbc_exec — Prepare and execute a SQL statement

Description

resource odbc_exec ( resource $connection_id , string $query_string [, int $flags ] )

Returns FALSE on error. Returns an ODBC result identifier if the SQL command was executed successfully.

odbc_exec() will send an SQL statement to the database server specified by connection_id . This parameter must be a valid identifier returned by odbc_connect() or odbc_pconnect().

See also: odbc_prepare() and odbc_execute() for multiple execution of SQL statements.