LOB fields

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
progman
Posts: 11
Joined: Tue 19 Feb 2008 10:44

LOB fields

Post by progman » Thu 28 Feb 2008 10:44

When I get result of query with LOB fields I wait a long time. I want to avoid loading LOB fields. I try to set properties in TUniQuery (ChacheLobs, etc) but it doesn't help me.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 29 Feb 2008 15:01

Thank you for information. We have reproduced and fixed this problem. In order to defer blob read you should set the Oracle.DeferredLobRead specific option to True.

Post Reply