Hi,
you do not want to store the actual image in the db as this will cause
massive bloat. Instead store the full path to the image in the field. You can
then use it at runtime to populate an image control with the image.
Have a look at this nice tutorial for detail info: http://www.databasedev.co.uk/bound_image_form.html
HTH
Good luck
Hi,
you do not want to store the actual image in the db as this will cause
massive bloat. Instead store the full path to the image in the field. You can
then use it at runtime to populate an image control with the image.
Have a look at this nice tutorial for detail info: http://www.databasedev.co.uk/bound_image_form.html
HTH
Good luck
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.