Re: Is there an example using a Blob ?
You can find some examples in c/c++ tests, but at least some of them are using strstream.
you can also use setString method for blob, but then you'll need to construct std::string.
your code looks ok for me at first glance.
but i think strstream constructor does copy of the buffer, and then release that created copy.
Subject
Views
Written By
Posted
9107
September 22, 2009 02:40AM
Re: Is there an example using a Blob ?
3332
October 15, 2009 06:00AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.