MySQL Forums
Forum List  »  Delphi

Re: How to execute this query
Posted by: Dermawan Lobion
Date: January 30, 2007 01:53AM

I'm using MySQL 5.0.2.2 + Delphi 7.

To run 'insert' commands, I usually use:

TADOCommand.CommandText := 'insert into table values (1,2,3,4)';
TADOCommand.Execute;

Like Orhan Dogan, I would like to execute a series of 'insert' commands. Can I do that?

Options: ReplyQuote


Subject
Written By
Posted
January 17, 2007 07:41AM
January 20, 2007 12:10PM
Re: How to execute this query
January 30, 2007 01:53AM


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.