Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now