Page 1 of 1

Blobfields

Posted: Tue 23 Nov 2004 22:25
by Michael Kaufmann
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

Posted: Wed 24 Nov 2004 08:07
by Paul
Thank you for information. We reproduced this problem and fixed it. This fix will be included in the
next ODAC 4.50 build.