Problem Image upload button

G

gudiya

I have a product table having a field of datatype- OLE object.Images
are linked in the database and not embedded.now I have a data edit form
which has Bound object frame to display the image.
I want the complete procedure which should allow the user to browse for
the image and save that image in the database on the click of the
command button placed on the data edit form
How should i do it??If i need a textbox wat type it should be, which
properties of bound object frame do i nedd to change to get the image
path stored in the textbox??

Please reply-Urgent help needed
 
C

Cyberwolf

If you are going to store your images in the database, the size of the
database is going to grow very fast. It is usually better to store the image
on a server and use a hyperlink to display the iamge in the database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top