SQLmonitor

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
brekhof
Posts: 22
Joined: Tue 16 Nov 2004 21:59

SQLmonitor

Post by brekhof » Mon 04 Jul 2005 21:15

When filling an OraTable which has a date field I get run-time errors (EInvalidVariantConversion) when trying to input a date like '01-01-0001' when there is a OraSQLMonitor component in the program. When I remove the component or change the first digit of the year to a non-zero the problem goes away.

Oracle does accept 01-01-0001 as a valid date.

Could you confirm the problem is with the OraSQLMonitor component?

regards,
Martin

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Tue 05 Jul 2005 08:40

We reproduced your problem and fixed it. This fix will be included in the next ODAC build.

Post Reply