Ver Mensaje Individual
  #13  
Antiguo 12-06-2007
raquel raquel is offline
Miembro
 
Registrado: jun 2007
Posts: 16
Reputación: 0
raquel Va por buen camino
Tenias razon, en la bd es un entero asi que probe a cambiar los tipos como dijiste pero me sigue danto el mismo error.
El codigo que uso es este exactamente:


Query1.SQL.Text := 'SELECT CLAVECOCHE WHERE BASTIDOR= :bast AND MATRICULA= :mat';
Query1.ParamByName('bast').AsInteger:=strtoint(EBASTIDOR.Text);
Query1.ParamByName('mat').AsInteger:=strtoint(EMATRICULA.Text);
Responder Con Cita