W O wrote: > I know how to insert an image or photograpy to a table using a programming > language and how to see that image or photography, but I don't know how to > do without a programming language. So, I have two questions: > 1. How to insert an image or photography without using a programming > language? > 2. How to see that image or photography without using a programming > language?
The quick answer is "you can't" ... I don't know if any of the management tools support images, Flamerobin doesn't. I'm using Firebird behind PHP, and while early on we used to store pictures in the database, it very quickly became obvious that we needed to maintain different image sizes 'cached' outside the database so there was little intensive to add tools to view or use images inside. We just store the file name and have a directory structure that allows easy access to each file - and it's thumbnails. So the question is really - "What are you wanting to do?" -- Lester Caine - G8HFL ----------------------------- Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk Rainbow Digital Media - http://rainbowdigitalmedia.co.uk
