4 Sep
2006
4 Sep
'06
9:02 a.m.
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