Data Base Interface Wizard Editor and Image Fields

  • Thread starter Thread starter Thanasis \(sch\)
  • Start date Start date
T

Thanasis \(sch\)

Hello to everyone,

is it possible for someone to update/edit/delete an Ms Access Image Field
with Database Interface Wizard editor,
using the file upload form component?
And if yes is there some tutorial?

Thanks in advance
Thanasis
 
No and you should consider not storing the image within the database, instead store it within a
folder within your web, and just store the filename or path in a text field in the database.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
That being said, you could probably create a page that would allow the user
to upload an image to a folder in your web and also update a field in the
database with the path to the image.
 

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

Back
Top