Message
From
06/04/2017 13:48:04
 
 
To
06/04/2017 07:10:58
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
01649850
Message ID:
01649900
Views:
91
>>what is the dbf format to hold an image
>
>My best advice is to NOT store the image in the dbf. Instead you should keep the images separate, and only store their name in the dbf, with or without a relative (or fixed) path.

to clarify his point -- some issues come with Memo or General field::
* memo file bloat -- when you change the contents of Memo or General, the old data stays there and new data gets tacked on at the end, if the contents of the Memo or General fields changes frequently, you may find that most of the file consists of unreferenced data.
* memo file corruption
* 2GB limit on files.
Previous
Reply
Map
View