Implementing commit,transaction in isam table type

2002-07-10 Thread smart chandar
I am using Mysql Db that contains Isam table types,I am developing a project that is using interrelated tables,unfortunatily isam table type doesn't support the commit and transaction,but i should implement that,can anyone give a logic for that thanks in advance with regards chandar

Re: Implementing commit,transaction in isam table type

2002-07-10 Thread Pierre Baridon
why not using innodb tables ? smart chandar wrote: I am using Mysql Db that contains Isam table types,I am developing a project that is using interrelated tables,unfortunatily isam table type doesn't support the commit and transaction,but i should implement that,can anyone give a logic

RE: Implementing commit,transaction in isam table type

2002-07-10 Thread Bert VdB
Message- From: Pierre Baridon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 08:11 To: smart chandar; [EMAIL PROTECTED] Subject: Re: Implementing commit,transaction in isam table type why not using innodb tables ? smart chandar wrote: I am using Mysql Db that contains Isam table