MySQL Forums
Forum List  »  MyISAM

A new way to do transactions
Posted by: Joan Antoan
Date: February 07, 2005 05:31PM

i am not an expert developer but i love myisam table and i dont like that other companies copy the source code of myisam but i want to tell you a way to do transactions that dont use the mysql standart and cant be copyed from others companies.
the sql query can be this:

insert into colum1, column2, column3... values(a,b,c) FROM TABLE1, TABLE2... ON DUPLICATE UPDATE


I THING THIS ONLY STATMENT REMPLACES A WOLE TRANSACTION of insert and updates and can make the mysql and myisam famouse.
bye.

Options: ReplyQuote


Subject
Views
Written By
Posted
A new way to do transactions
3411
February 07, 2005 05:31PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.