Longtext TField SaveToFile

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
seang

Longtext TField SaveToFile

Post by seang » Wed 04 May 2005 15:31

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?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 05 May 2005 11:14

We couldn't reproduce the problem.
Please send us complete small sample to demonstrate it and include script to create server objects.

seang

Post by seang » Fri 13 May 2005 21:54

Figured it out - I needed to turn FetchBlobOnDemand in the datasetprovider on. Works fine now.

Post Reply