![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
#4
|
||||
|
||||
|
La propuest queda así:
Código:
procedure TForm4.Button1Click(Sender: TObject);
begin
ibS1.Script.Clear;
ibS1.Script.Add('SET TERM ^;');
ibS1.Script.Add('delete from CONTROL_BD^');
ibS1.Script.Add('insert into CONTROL_BD (VER_BD)');
ibS1.Script.Add('values('+QuotedStr('k-kk.kk.kk')+')^');
ibS1.Script.Add('SET TERM ;^');
ibT1.StartTransaction;
try
IBS1.ExecuteScript;
except
ShowMessage('Hay un error en la ejecución');
end;
ibT1.Commit;
end;
![]() ![]() ![]() |
| Herramientas | Buscar en Tema |
| Desplegado | |
|
|
Temas Similares
|
||||
| Tema | Autor | Foro | Respuestas | Último mensaje |
| sp en IBScript? | subzero | Firebird e Interbase | 6 | 24-06-2011 18:18:42 |
| ¿IBScript? | subzero | Firebird e Interbase | 2 | 26-05-2005 05:51:43 |
| ¿IBScript? | subzero | Conexión con bases de datos | 1 | 26-05-2005 02:17:51 |
| Ejemplos IBScript | subzero | Firebird e Interbase | 7 | 19-05-2005 19:00:33 |
| Componente IBScript | guillotmarc | Firebird e Interbase | 2 | 07-07-2003 23:31:28 |
|