79560843

Date: 2025-04-07 21:51:58
Score: 1
Natty:
Report link
This error occurs when the data type is not defined in the dataset.
PFDQuery.ParamByName('PDATA').DataType := ftDateTime;
if FData = 0 then
  PFDQuery.ParamByName('PDATA').IsNull
else
  PFDQuery.ParamByName('PDATA').AsDateTime := FData;

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Eduardo