GaryAshford
Programmer
Any programmers out there? )
Assuming that transactions are supported in MySQL version 3.23.38, how is it that when my ODBC application does
SQLSetConnectOption(..,SQL_AUTOCOMMIT,false)
the call fails with error message; "Driver not capable" ?
SQLGetInfo(..,SQL_TXN_CAPABLE,..) returns SQL_TC_DDL_COMMIT
which would indicate that transactions are (should be) supported(?)
Is this a bug with the version 3.51.05 MyODBC driver, maybe I have the wrong version of MySQL or do I have to do something to the database to turn transactions "on"?
Many thanks
Assuming that transactions are supported in MySQL version 3.23.38, how is it that when my ODBC application does
SQLSetConnectOption(..,SQL_AUTOCOMMIT,false)
the call fails with error message; "Driver not capable" ?
SQLGetInfo(..,SQL_TXN_CAPABLE,..) returns SQL_TC_DDL_COMMIT
which would indicate that transactions are (should be) supported(?)
Is this a bug with the version 3.51.05 MyODBC driver, maybe I have the wrong version of MySQL or do I have to do something to the database to turn transactions "on"?
Many thanks