Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: max(one, six)?
(Example: nine)

The Note You're Voting On

JRog
22 years ago
If a transaction is started (autocommit disabled) while there is an active result id on the connection, odbc_autocommit will post a warning (Cannot set autocommit). Use odbc_free_result to clear the result id's or start the transaction before you execute the SQL.

<< Back to user notes page

To Top