Hi Guys

Thanks to all the help you've given me over the past few weeks, I've plumped
to develop my ecom site with ASP using a MySQL db.

I know at the end of the day it is down to me, but could you give me some
pointers on why you used MyISAM tables over InnoDB tables and vice versa.

As far as I can see, if I going to post transaction data, eg invoice
details, in my ecom site I should use an InnoDB table as this gives me
Begin..Commit...Rollback, whereas MyISAM will cock up half way through if
there is a crash... correct??

Rgds

Laphan