Results 1 to 3 of 3

Thread: Images into databases

  1. #1
    Guest
    Hi,

    I created a database table in which i put a <image> field.
    Now, how should I do to insert the image into this field?

    Thanks

    Marcelo

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Posts
    253
    1. If you are using DAO, you can use the Image control and bind it to the database by using the DataSource and the DataField properties.

    2. If you are using ADO, I suggest storing only the path of the picture file in the database as a text field and write code shows the picture.

    If you want more details, tell me!

  3. #3

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