[Monetdb-developers] Transaction question
Can I using the transaction concept in Application when operation with MonetDB. For example, Can I write in application program(c++) like this: Begin transaction sql........... sql............ commit trasaction -- View this message in context: http://www.nabble.com/Transaction-question-tf2212957.html#a6129065 Sent from the monetdb-developers forum at Nabble.com.
On 03-09-2006 19:33:28 -0700, china-davy wrote:
Can I using the transaction concept in Application when operation with MonetDB. For example, Can I write in application program(c++) like this:
Begin transaction
sql........... sql............
commit trasaction
Yes. depending on the interface you use, either use ODBC function calls to achieve this, or use the SQL statements "START TRANSACTION", "COMMIT" and "ROLLBACK". Regards
participants (2)
-
china-davy
-
Fabian Groffen