Ver Mensaje Individual
  #5  
Antiguo 26-04-2005
perillan perillan is offline
Miembro
 
Registrado: feb 2005
Posts: 82
Reputación: 22
perillan Va por buen camino
Ahora se queda colgado despues del SQL (dm.IBDataSet1.SQL.) con este fallo.
Un saludo y haber si damos con ello.

[Error].pas(122): Undeclared identifier: 'SQL'


dm.IBDataSet1.Close;
dm.IBDataSet1.SelectSQL.Clear;
dm.IBDataSet1.SQL.Add( 'Select * From ARTICULOS where NOMBRE containing ''' + edSearch.Text + '''');
TRY
dm.IBDataSet1.SQL
Responder Con Cita