How to execute this query
I'm using delphi7 and ado.
my commands:
Var
sql:String;
begin
sql:='Insert into table1 (F1,F2,F3) values(1,2,3);';
sql:=sql+'Insert into table2 (F4,F5,F6) values(4,5,6);';
AdoConnection.Execute(sql);
end;
I want single query execute.
I'm running this query in mssql server
Subject
Written By
Posted
How to execute this query
January 17, 2007 07:41AM
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.