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
Printable View
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
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!