|
-
Mar 19th, 2000, 09:48 PM
#1
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
-
Mar 23rd, 2000, 10:25 PM
#2
Addicted Member
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!
-
Mar 25th, 2000, 12:47 AM
#3
Addicted Member
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
|