Subject | Re: [firebird-support] reading varchar length via API |
---|---|
Author | Oscar Kuchuk |
Post date | 2003-08-25T15:21:11Z |
I'm developing something similar, but not using ibpp, instead a custom
wrapper over interbase api. It've just finish a small dtabase browser using
kde. Its GPL if you're intesrested.
El Sáb 23 Ago 2003 15:01, Olivier Mascia escribió:
wrapper over interbase api. It've just finish a small dtabase browser using
kde. Its GPL if you're intesrested.
El Sáb 23 Ago 2003 15:01, Olivier Mascia escribió:
> Hello Francesco,
>
> Wednesday, August 20, 2003, 1:33:09 AM, you wrote:
>
> FL> Hi, i'm developing an app using firebird 1.03 and the qt libraries.
> FL> I am stuck while retrieving data after a select. I've read the manuals
> (IB6 FL> dox) but still i think i am mising something.
> FL> I've got a bunch of VARCHAR(1000) fields, obviously they are not
> completely FL> full so when i retrieve them i get lot of garbage that makes
> the app go nuts.
>
> If you're using C++ for your project, maybe have a look to 'ibpp'
> (http://sourceforge.net/projects/ibpp). Could save you lot of time.