ODAC Query with CacheLobs = false

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Matthias

ODAC Query with CacheLobs = false

Post by Matthias » Mon 08 Nov 2004 12:10

Hello,
i try to use OraQuery with non CacheLobs. So on connect on some tables the system hangs with the SQL Cursor. If CacheLob is true all works fine.
What can i do? I need use OraQuery with Cachelobs is false!
Thanks for any Help
Matthias

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 08 Nov 2004 15:40

Can you please specify SQL script for creating tables and script that you use in TOraQuery

Post Reply