Ver Mensaje Individual
  #5  
Antiguo 17-07-2012
ttotto ttotto is offline
Miembro
NULL
 
Registrado: jul 2012
Posts: 30
Reputación: 0
ttotto Va por buen camino
actualizar datos

hola casimiro:
te agradesco tu paciencia

cambie mi codigo como entendi en tu explcacion quedando asi
Código Delphi [-]
   SQLQuery1.SQL.Add('update posiciones set pos02=os2 ,pos03=os3   where pos01=os');
   SQLQuery1.ParamByName('pos').value:=1;
   SQLQuery1.ParamByName('pos2').value:=Edit2.Text;
   SQLQuery1.ParamByName('pos3').value:=Edit3.Text;
   SQLQuery1.ExecSQL;

y me manda el siguiente error

dbexpress driver does not support the dbxtypes uin8 datatype

se que algo no entiendo , me puedes ayudar , gracias de antemano
Responder Con Cita