Subject | Re: [Firebird-Architect] Re: C API Upgrade? |
---|---|
Author | Alex Peshkov |
Post date | 2008-01-31T14:31:27Z |
On Thursday 31 January 2008 17:17, zedalaye wrote:
numerics, but please explain what to do with non-text BLOBs?
Have a look at examples/api, it will provide you not only ideas what to do,
but even ready blocks of code.
> > Can you provide a list of functions you suggest?What should be done for non-character data? I can imagine use of sprintf() for
>
> At least, It would be very handy to have a function that returns the
> contents of a column (given a statement handle and a column index) in
> a char * buffer, that do all the complex stuff of converting data,
> blobs from firebird datatypes into "standard strings".
numerics, but please explain what to do with non-text BLOBs?
> For example, this would ease me to finish my firebird integration intoTelling true, do not understand your problems here...
> SphinxSearch... because, for now, I'm blocked with memory management
> and blobs management.
Have a look at examples/api, it will provide you not only ideas what to do,
but even ready blocks of code.
> The same code for MySQL and PostgreSQL in SphinxSearch is only ONEPlease provide full format of desired function call.
> line long !!!!