Ling wrote: > Hello. > Sorry for previous empty message... > As I understand there is no BLOB type in Postgress for storing large binary > data ( in my case image files.)
What do you mean no BLOB suuport for PostgreSQL? You can use lo (Large Object) interface. Read manual pages for that. > I can't use Large Object cause I connecting to Postgres via ODBC > ( there is no support for large objects ). > Have anybody solved this problem? is there any alternative datatypes or ways > of solution? If you are using PostgreSQL and PHP, just use pgsql extension. -- Yasuo Ohgaki Please CC me when you reply to news/list messages. Do not reply only to me :) -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php