PostgreSQL BLOB
Hi,
I am connecting to PostgreSQL 8 (Windows) from Delphi 7 via ADO. Everything
works fine except BLOB fields. I should store small (max 1MB) image files in
the database.
Does anyone have any working example for this?
Thank you
Arpad
.
Relevant Pages
- Re: Issue with database size
... The newest Access supposedly does a better job of handling image files ... Or, if you can connect to a SQL-Server database, you could store the images ... The goal is to store photos of the project I'm working for ... (microsoft.public.access.gettingstarted) - Re: Image value column question
... It is certainly possible to store the image outside the database but it will ... be up to you to define and maintain the pointer or path to the actual file. ... >>and after the move of the image files. ... (microsoft.public.sqlserver.programming) - Re: Images in a Database
... The suggestion that you store the image files somewhere and store the path ... would be seen in the database. ... I opened the database to see the deleted image still in the ... (microsoft.public.access.tablesdbdesign) - Re: Databases - which one
... I think you are looking more for a front end tool than a database. ... why you would think it is even possible to store text and images "in ... Something that is relatively host independent? ... You might really only need a filesystem (text files and image files ... (comp.databases) - Re: Image value column question
... Is it possible to store the image files outside the ... database - separate disk or CD - and as that disk or CD ... database will have a pointer to the location of the image. ... (microsoft.public.sqlserver.programming) |
|