Hi, I have implemented load/save bytea fields in KPoGre. See: http://kpogre.sourceforge.net/tutorial9/index.html
This functionality is in: http://kpogre.cvs.sourceforge.net/kpogre/kpogre/kpogre/DataTable/kpgdatatable.cpp Look at: KPGDataTable::loadLob KPGDataTable::saveLob KPGDataTable::getLargeObject KPGDataTable::setLargeObject - 1st variant (commented one) is without prepared statement), 2.nd is with prepared statement (requires libpqxx 2.6.8), 3.rd (also commented) is only functionality test. Regards, Lumir Vanek KPoGre developer Dne čtvrtek 07 září 2006 15:23 DEV napsal(a): > Hello all, > > > > Does anyone out here have an example of using PGSTD::string > pqxx::transaction_base::esc ( const PGSTD::string & ) to store and > pull an image out of a table field and display it in a vc++.NET > application? > _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
