Fórum Executar script para um banco paradox #394443
26/01/2011
0
Obrigado,
Eliézio Mesquita
Eliézio Mesquita
Curtir tópico
+ 0Posts
26/01/2011
Efraim Santana
iRow : Integer;
begin
for iRow := 0 to Memo1.Lines.Count - 1 do
begin
with Query1 do
begin
Active := False;
SQL.Clear;
SQL.Add( Memo1.Lines.Strings[iRow] );
ExecSQL;
end;
end;
end; o componente Tquery fica na guia DBE.
Gostei + 0
26/01/2011
Eliézio Mesquita
O Codigo abaixo devo colocar em um botão?
var
iRow : Integer;
begin
for iRow := 0 to Memo1.Lines.Count - 1 do
begin
with Query1 do
begin
Active := False;
SQL.Clear;
SQL.Add( Memo1.Lines.Strings[iRow] );
ExecSQL;
end;
end;
end;
Gostei + 0
26/01/2011
Efraim Santana
Gostei + 0
26/01/2011
Eliézio Mesquita
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)