PostgreSql Driver

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
rc
Posts: 11
Joined: Thu 24 Dec 2009 13:46
Location: France

PostgreSql Driver

Post by rc » Wed 16 Nov 2011 07:03

Hell !

I am using Unidac components version 3.00 with Delphi 2010.

When connecting to PostgreSql database, a "date" fieldtype set to null will result in a "0.0 is not a correct date" error message.
We have been getting around the problem by working with "timestamp" fields, but in a new context, il will not be possible.

Is there a version of Unidac Components which is correcting the probleme ?
Thank you for your answer

Roland

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Wed 16 Nov 2011 08:48

Hello,

I cannot reproduce the problem even if the Date field is equal to Null and UniDAC displays the correct date - 30.12.1899. Please try the latest UniDAC version 4.0.2, if the problem persists, please send a sample demonstrating the problem including a script for creating and filling the table to alexp*devart*com.

Post Reply