Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Photo from MS Access Database to ASP website

New Here ,
Jan 18, 2011 Jan 18, 2011

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

TOPICS
Server side applications
516
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 19, 2011 Jan 19, 2011
LATEST

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines