|
-
Oct 2nd, 2000, 07:57 AM
#1
Thread Starter
Addicted Member
I am writing an aplication that will need to retrieve data and images from a database. I am planning on using an Access database but not sure how to store and retrieve the images.
Does anyone know how to do this ? What field type can I use ?
Thanks !
-
Oct 2nd, 2000, 08:43 AM
#2
Frenzied Member
use a Memo field
in code use the AppendChunk method of the Field object.
use GetChunk to load the picture out.
use temp files as a buffer.
Ie:
Get field from db, save to file
load pic from file
delete file
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|