В Пт., 02/12/2011 в 17:49 +0100, Pierre Y. пишет:
> >> I advanced a bit more with this new API but I just absolutely don't
> >> see how to deal with FbMessage. What is it ? How do I have to use it
> >> to access (or send ?) data ?
> >>
> >>
> > https://github.com/asfernandes/fbstuff/blob/master/src/test/v3api/StaticMessageTest.cpp
> 
> Thank you Adriano. I think I understood the concept, for now, it is
> necesseary to derive FbMessage and create static structures to map the
> input parameters and the output parameters.
> 
> But... it seems to be very complex, can you explain why do you have to
> generate BLR code at several places ? 

Treat that BLR code as description of message format, which can be
safely passed across the wire between various architectures (that's Byte
stream) andb is easily understood by fb engine.

> What is actually in FbMessage
> returned by attachment->execute(...&out) ?

Values for fields, present in that message, and NULL flags for them.



------------------------------------------------------------------------------
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
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to