Ver Mensaje Individual
  #4  
Antiguo 03-09-2021
maildarofer maildarofer is offline
Registrado
 
Registrado: dic 2010
Posts: 4
Reputación: 0
maildarofer Va por buen camino
Esto es lo que me da el error:

Código Delphi [-]
if (DatetimePicker1.Format <> '') then FDQuery.ParamByName('fecha_nacimiento').AsDate := null


Me sigue saliendo el error indicado anteriormente,:
" [FireDAC] [Phys] [Mysql] -335. Parameter [FECHA_NACIMIENTO] data type is unknown. Hint: specify
TFDParam.DataType or assign TFDParam value before Prepare/Execute call. "

No sé de que otra forma podré asignarle el valor Null.
Responder Con Cita