English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The odbc_prepare() function prepares the statement to be executed
resource odbc_prepare ( resource $connection_id , string $query_string )
It is used to prepare the execution statement
If the SQL preparation is successful, it will return the odbc result identifier, otherwise it will display 0
Serial number | Parameters and descriptions |
---|---|
1 | connection_id ODBC connection identifier |
2 | query_string Prepare query string statement |