[opendbx] Firebird CLOB question

2010-07-05 Thread Graham Chiu
Hi I just came across OpenDBX yesterday and started to try and write some bindings for REBOL. This is as far as I've got http://rebol.wik.is/OpenDBX Now the docs here http://www.linuxnetworks.de/doc/index.php/OpenDBX/C_API/odbx_field_value say that "All values except binary objects are handed ba

Re: [opendbx] Firebird CLOB question

2010-07-05 Thread Norbert Sendetzky
Hi Graham > Now the docs here > http://www.linuxnetworks.de/doc/index.php/OpenDBX/C_API/odbx_field_value > say that "All values except binary objects are handed back as strings > terminated by the zero character." but what does it return for CLOBs? > > If I pass whatever I get back so far to odb

Re: [opendbx] Firebird CLOB question

2010-07-05 Thread Graham Chiu
Hi Norbert I am guessing that ODBX_CAP_BASIC is 0, and ODBX_CAP_LO is 1 and when i feed both of these to odbx_capabilities(), I get (1) returned so I think the windows build I downloaded yesterday supports the LO interface for Firebird. I tried making my odbx_field_value() method return a struct