0

I have a Delphi XE application storing to a Paradox database (BDE) into a Time field as 12:11:33 AM for every record. The date is storing today's date into the date field correctly.

Here's the code:

MyDatasourceDateField.AsDateTime := Date;
MyDatasourceTimeField.AsDateTime := Time;

What am I missing?

David Eisenstat
  • 64,237
  • 7
  • 60
  • 120
Hackbrew
  • 349
  • 1
  • 10
  • 23

0 Answers0