Blobfields

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

Blobfields

Post by Michael Kaufmann » Tue 23 Nov 2004 22:25

hi,
i save streams into a table the field ist a blob or clob that bigger than 64k
now i have the problem wenn i read this field i get alway only 64k

I dont no what can i do :)

it is posible i can set the size of the blobfield ?
example:

ms : TMemorystream;
...
ms.setsize:=555555;
tBlobfield(dataset.fieldbyname('value').savetostream(ms);

i get only 64k the otherlength is empty

(sorry for my english )

i hope i get a help

best regard
Michael

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

Post by Paul » Wed 24 Nov 2004 08:07

Thank you for information. We reproduced this problem and fixed it. This fix will be included in the
next ODAC 4.50 build.

Post Reply