Re: Inserting Images From Microsoft Access Front End Form To Mysql Backend on Webserv
I've never actually used Access as a stand-alone application, so maybe what I'm about to suggest isn't possible. But instead of storing the actual image in the database, can you store the path to the image file? So that when you display the form, it picks up the image by its file name/address?
|