Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.odbc-prepare.html
Дата изменения: Sun Feb 3 22:49:42 2002
Дата индексирования: Mon Oct 1 21:42:30 2012
Кодировка:
odbc_prepare

odbc_prepare

(3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0)

odbc_prepare -- Prepares a statement for execution

Description

int odbc_prepare ( int connection_id, string query_string)

Returns FALSE on error.

Returns an ODBC result identifier if the SQL command was prepared successfully. The result identifier can be used later to execute the statement with odbc_execute().