Click to See Complete Forum and Search --> : Images into databases
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? :confused:
Thanks
Marcelo
Forest Dragon
Mar 23rd, 2000, 09:25 PM
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!
smalig
Mar 24th, 2000, 11:47 PM
Try it:
http://vbcode.webhostme.com/en/click.asp?id=71
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.