
DB Transactions
DB Transactions
It would be nice
to have BeginTransaction, Commit and Rollback functions in the database librairy (ODBC).

- the.weavster
- Addict
- Posts: 1577
- Joined: Thu Jul 03, 2003 6:53 pm
- Location: England
DB Transactions
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.
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.