> I don't think it is possible
> to write blobs in a simple parametrized SQL statement.
============
AFAIK, possible for non-parameterized SQL if blob data are escaped to HEX text.


2011/12/4, Martin Schreiber <mse00...@gmail.com>:
> On 12/04/2011 09:20 AM, Aton wrote:
>> Martin Schreiber <mse00000@...> writes:
>>
>>> Blobs use a special protocol in Firebird, I don't think it is possible
>>> to write blobs in a simple parametrized SQL statement. Please use a
>>> tmsesqlquery to fetch and write your data with blobs to from/to Firebird.
>>>
>>> Martin
>>
>> So, I must use something like CreateBlobStream?
>>
> This is for reading, for writing "writeblobdata()" must be used. I never
> used them directly up to now. Maybe easier to use a tmsesqlquery instead.
>
> Martin
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> mseide-msegui-talk mailing list
> mseide-msegui-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to