How does one deal with transactions in MySql through ODBC?
Can you send several statements in one ODBC SQLEXEC() and have them protected by a transaction (so all of them or none of them are committed)?
Can you have a transaction span several ODBC SQLEXEC() calls?
Can you send several statements in one ODBC SQLEXEC() and have them protected by a transaction (so all of them or none of them are committed)?
Can you have a transaction span several ODBC SQLEXEC() calls?