Description
resource
odbc_prepare ( resource 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().