TEXT fields that return always null

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for PostgreSQL in Delphi and C++Builder
Post Reply
marcio
Posts: 1
Joined: Tue 29 Sep 2009 19:50

TEXT fields that return always null

Post by marcio » Tue 29 Sep 2009 20:16

Hi,

I installed dbxpgsql110.exe, version 1.10.0.6, to be used with Delphi 2010.
But I'm having problems with TEXT fields that return always null even if there is information in this field

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 24 Nov 2009 09:46

This problem is fixed in the latest version of the driver.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 24 Nov 2009 09:48

There is a bug in Delphi 2010. If you still have the problem, set the MaxBlobSize property of TSQLQuery to a value larger than zero.

Post Reply