Hello, Francisco!

Thank you very much! We will definitely try it.

Regards,
Dmitriy Igrishin

2010/1/20 Francisco Petrucio Cavalcante Junior <[email protected]>

> I know you sent this message almost 10 days ago, but I would like to share
> the solution I made which was used in my last programming job and works
> well. Only now I could do some clean up to send it to the list. I wrapped
> the Postgresql bytea acess functions in a DAO style using boost thread to
> handle concurrency. Here are the signatures to the access members of class
> pg_blob_dao:
>
> my_blob * get(int id, const std::string & tablename, const std::string &
> fieldname, error_info & err);
>
> void update(int id, const std::string & tablename, const std::string &
> fieldname, const my_blob * blob, error_info & err);
>
> Here the word blob is being used instead of bytea.
>
> Maybe someone like it...
>
> Regards,
> Francisco.
>
> 2010/1/10 Dmitriy Igrishin <[email protected]>
>
> Hello all!
>>
>> Is there a way to work with columns of type bytea in PostgreSQL?
>>
>> Regards,
>> Dmitriy Igrishin
>>
>>
>
>
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for
> Conference
> attendees to learn about information security's most important issues
> through
> interactions with peers, luminaries and emerging and established companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> Soci-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/soci-users
>
>
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to