Executes SQL statements. Any result sets that the statement generates are ignored. This function can be used, for example, to update record fields in the data source. To use this function, you must first write the SQL statement and give it an identifier. You then use the
OdbcExecute to execute the statement.
In this script, the customer ID is stored in a variable. An SQL statement is written using the value of this variable.
$st would contain something like the following when
OdbcExecute is called: