![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#12
|
|||
|
|||
|
hola estube haciendo lo del ejemplo pero cuando llega a esta linea:
Código:
Memo1.Lines.Add(GetNextLine); Cita:
¿alguien me pueder decir que tengo mal? Código:
procedure TForm1.Button1Click(Sender: TObject);
begin
with IBBackupService1 do
begin
ServerName := '127.0.0.1';
LoginPrompt := False;
Params.Add('user_name=sysdba');
Params.Add('password=masterkey');
Active := True;
try
Verbose := True;
Options := [NonTransportable, IgnoreLimbo];
DatabaseName := 'c:\coco\cocodelphi.fdb';
SQL1.Close;
SQL1.SQL.TExt := 'Select * from Corte__Ultimo';
SQL1.ExecQuery;
BackupFile.Add('COCO'+ SQL1.FieldByName('FECHA_RESUMEN').AsString + SQL1.FieldByName('Turno').AsString+'.gbk');
ServiceStart;
While not Eof do
Memo1.Lines.Add(GetNextLine);
finally
Active := False;
end;
end;
end;
Saludos Cordiales
__________________
Saludos Cordiales |
|
|
Temas Similares
|
||||
| Tema | Autor | Foro | Respuestas | Último mensaje |
| ¿existe un Extract Week? o algo similar | amadis | SQL | 2 | 05-02-2007 14:19:32 |
| contraer por codigo, cxGrid (+) los nodos abiertos cerrarlos por codigo | sakuragi | OOP | 6 | 27-07-2005 18:23:07 |
| Problemas con Extract | eduarcol | SQL | 20 | 17-07-2004 00:36:55 |
| Problemas con Extract | buitrago | Firebird e Interbase | 3 | 09-12-2003 15:03:01 |
| Simular un extract date | pache | Firebird e Interbase | 2 | 24-07-2003 00:40:11 |
|