Re: How to execute this query
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?
Subject
Written By
Posted
Re: How to execute this query
January 30, 2007 01:53AM
February 01, 2007 08:20AM
February 28, 2007 07:13AM
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.