Page 1 of 1

DB Transactions

Posted: Wed Mar 10, 2004 11:29 am
by Mowen
It would be nice 8) to have BeginTransaction, Commit and Rollback functions in the database librairy (ODBC).

DB Transactions

Posted: Sat Mar 13, 2004 8:27 pm
by the.weavster
This is provided by the SQL server. MySQL 4.0 has the option of using transactions so long as you use the transaction safe tables (I think the ODBC driver for MS Access may also provide transactions, but don't take that as gospel).

Alternatively check out Suneido:

http://www.suneido.com/overview.htm

As the site says:

Suneidoâ„¢ is a complete, integrated application platform that includes an object-oriented language, client-server database, and user interface and reporting frameworks to enable you to create, deploy, and maintain applications easier and quicker, with more features and less code. Suneido is Open Source Software - it is provided free, with complete source code, to give programmers full control over their development projects.