Ver Mensaje Individual
  #7  
Antiguo 29-09-2011
martinlillo martinlillo is offline
Miembro
NULL
 
Registrado: sep 2011
Posts: 32
Reputación: 0
martinlillo Va por buen camino
Muchas gracias!!! Este es el código que me funcionó:

Código Delphi [-]
ibquery1.close;
 ibquery1.sql.Clear;
 ibquery1.SQL.Add('select count(*) from datosfil where ' + campo_busqueda + ' starting '+quotedstr(Edit1.Text));
 IBQuery1.Open;
 Label3.Caption := ibquery1.Fields[0].asstring;

Mil gracias!!!!!!
__________________
Programo por comida!
Responder Con Cita