in reply to Re: Handling pictures with DBI and Access
in thread Handling pictures with DBI and Access

I think the original decision to store the image data in Access was probably false laziness.

I wanted the picture to be displayed within an Access form and this seemed like the easiest way to do that. I'm sure (given a bit of VB code) I could load an image from the filesystem into a form.

Must port to MySQL soon, it's approaching the top of the things to do list.

Kevin O'Rourke

  • Comment on Re: Re: Handling pictures with DBI and Access