Page 1 of 1

Longtext TField SaveToFile

Posted: Wed 04 May 2005 15:31
by seang
I am attempting to leverage TField's SaveToFile on a table with a longtext field and get unexpected results - it seems the file is always 1KB in size, regardless of the actual size of data.

Is this a problem with the driver?

Posted: Thu 05 May 2005 11:14
by Ikar
We couldn't reproduce the problem.
Please send us complete small sample to demonstrate it and include script to create server objects.

Posted: Fri 13 May 2005 21:54
by seang
Figured it out - I needed to turn FetchBlobOnDemand in the datasetprovider on. Works fine now.