Forum Moderators: open

Message Too Old, No Replies

What is the BEST table type

commir & rollback and table type

         

sajjat

3:19 pm on Apr 3, 2006 (gmt 0)

10+ Year Member



which table type(innoDB,Bdb....) is the best that supports commit and rollback? please help me to design a stable Database...
thank you

txbakers

5:37 pm on Apr 3, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



if you are using mySQL then you probably want the innoDB type for transactions.

sajjat

5:23 am on Apr 4, 2006 (gmt 0)

10+ Year Member



thanks . any more IDEA.