Creating thumbnails from database

  • Thread starter Thread starter Guest
  • Start date Start date
You don't
- and you shouldn't have the images as binaries in the DB either (just their file names)
- See http://support.microsoft.com/kb/318813
- then you can also have a field for the thumbnail

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| How do you create thumbnails from an image that is stored on a database file?
 
I'm working on that right now, but our images are stored in an Oracle
database. So far, I've gotten them out using TopLink and am working on the
conversion. Then you use TopLink to put it back into the database. Not sure
if this helps or not, but I can try to post code if you want.
 
Back
Top