TPgQuery hangs up if FetchAll:=False;

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
meszarosistvan
Posts: 15
Joined: Tue 10 Oct 2006 09:06

TPgQuery hangs up if FetchAll:=False;

Post by meszarosistvan » Wed 26 Jan 2011 14:46

Perfect. Should I read all 529 596 row into the memory?

MyDac also do it, otherwise lost connection from the server.

:evil:

PgDac version is: 2.00.0.3
MyDAC: 440d6

Anybody install them together? I think not. It does not works...

meszarosistvan
Posts: 15
Joined: Tue 10 Oct 2006 09:06

Answer: .ProtocolVersion:=pv20;

Post by meszarosistvan » Wed 26 Jan 2011 15:01

ProtocolVersion:=pv20; helps, please check it in the code.

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

Post by AlexP » Wed 26 Jan 2011 15:11

Hello,

We have already fixed the problem.
This fix will be included in the next build.
The next build will be released tomorrow.
Also in this build we have greatly improved the performance.

Post Reply