User:Kliu

From PostgreSQL wiki
Jump to navigationJump to search
   The Problem of using libpqxx storage and retrive bmp image by bytea data type
   
   Recently, I need to storage bmp format image into postgresql database, My developing tool is VS2010 VC++ ,on the windows platform。It needs to using libpqxx.
   The Problem is,In this situation, How can i insert bmp format image into db and retrive it.Using BLOB is not very well,I want to know how to using bytea data type.