Results 1 to 2 of 2

Thread: Picture storage

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 1999
    Posts
    161

    Question

    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 !

  2. #2
    Frenzied Member mlewis's Avatar
    Join Date
    Sep 2000
    Posts
    1,226
    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
    M. Lewis
    Pi-Q Software
    How many mouse clicks does it take to cook breakfast?

    Blargh! I am dead!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width