Menu

#10 Smart Transaction Support

Next_Release
closed
nobody
None
5
2005-08-11
2005-08-10
Chris Lewis
No

How about adding ADOdb's smart transaction support?

Discussion

  • Mark Dickenson

    Mark Dickenson - 2005-08-11

    Logged In: YES
    user_id=752816

    The next version will have transaction modules for most of the
    databases. You will have to start ADOdb Lite a little differently
    if you want transaction support.

    A module option has been added to the ADONewConnection
    function.

    $db = ADONewConnection($databasetype, 'T');

    Just add the , 'T' after the database type and this will cause
    the transaction module to be loaded. If it is missing the
    module will not be loaded.

    The transaction module will add about 10-12k to the memory
    overhead for ADOdb Lite if you enable it.

    The module system will allow other modules to be added and
    used by ADOdb Lite without increasing the base memory
    usage. The next module I may start working on is the
    Caching system.

     
  • Mark Dickenson

    Mark Dickenson - 2005-08-11
    • milestone: --> Next_Release
    • status: open --> closed
     

Log in to post a comment.