Ver Mensaje Individual
  #2  
Antiguo 26-05-2007
Avatar de ContraVeneno
ContraVeneno ContraVeneno is offline
Miembro
 
Registrado: may 2005
Ubicación: Torreón, México
Posts: 4.738
Reputación: 23
ContraVeneno Va por buen camino
Código Delphi [-]
with TUQuery do begin
 Parameters.ParamByName('nnjobi').Value := '357'+'%';
 // O Dependiendo
 Parameters.ParamByName('nnjobi').Value := UnEdit.Text+'%';
end; //
__________________

Responder Con Cita