I am developing student’s profile (VFP7) and using General Field to store ID picture using this command {APPEND GENERAL stud.pix FROM id001.jpg LINK}.
The problems are:
1.The size of the Table Memo (.FPT) is quite large compared to the actual file size of the inserted ID picture (id001.jpg). How can I make the Table Memo file size is equal or even smaller to the file size of the actual ID picture?
2.The file size of Table Memo (.FPT) has not reduced to its original size when the picture from database was removed using {APPEND GENERAL stud.pix} command. Is there any trick to remove picture(s) from General Field?
Please help.
Thanks!
Gene
The problems are:
1.The size of the Table Memo (.FPT) is quite large compared to the actual file size of the inserted ID picture (id001.jpg). How can I make the Table Memo file size is equal or even smaller to the file size of the actual ID picture?
2.The file size of Table Memo (.FPT) has not reduced to its original size when the picture from database was removed using {APPEND GENERAL stud.pix} command. Is there any trick to remove picture(s) from General Field?
Please help.
Thanks!
Gene