DB Transactions

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Mowen
User
User
Posts: 48
Joined: Tue Oct 07, 2003 1:04 pm
Location: Belgium

DB Transactions

Post by Mowen »

It would be nice 8) to have BeginTransaction, Commit and Rollback functions in the database librairy (ODBC).
User avatar
the.weavster
Addict
Addict
Posts: 1577
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

DB Transactions

Post 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.
Post Reply