Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo Fields
Message
 
To
13/07/2000 21:24:47
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00392176
Message ID:
00392194
Views:
11
>I am trying to store small image files (png files) in the database. What data type should I use to do this? Is there any disadvantage in storing the image file in the database?
>
>My initial guess is to use the memo binary field type. If I do, then what commands would I use to to upload and download the file into the database.
>
>Thanx

Gnana,

Memo is fine for this purpose. You can use APPEND MEMO ... FROM ... to read the PNG fiel into teh memo and COPY MEMO ... TO ... to copy teh file out of the memo. A general field is ok for storing the files but there is no way to get it back out again.
Previous
Reply
Map
View

Click here to load this message in the networking platform