Data Base Interface Wizard Editor and Image Fields

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
 
T

Thomas A. Rowe

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.
==============================================
 
K

Kathleen Anderson [MVP - FrontPage]

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.
 
Top