Skip to main content
Participant
January 19, 2011
Question

Photo from MS Access Database to ASP website

  • January 19, 2011
  • 1 reply
  • 517 views

Hi all..

I'm searching for complete tutorial help me on my project..

I have table on MS Access 2007 named "News" with following records:

ID,

Title,

Type,

Date,

Shortcut,

Full,

Image, as ole object

My website sample i will insert news details to MS Access 2007 "News" table and showing in other page..

No problem to upload image..

I need help how i view image from database table..

Thanks

This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Participating Frequently
January 19, 2011

The practice of storing blob objects in the database has fallen out of favor over the last decade. More common now is to store the file in the filesystem, and store the path to the file (and other metadata) in the database. Is that something you can consider?