Re: [fpc-pascal] Re: Interbase vs Firebird header translation

2012-08-17 Thread Graeme Geldenhuys
On 17/08/12 13:58, LacaK wrote: Or split header files ... but then we must also create TFBConnection (like TIBConnection) ? ... it seems to me more complicated ATM Correct. And it is only going to get more complicated and messy as time goes by. So fixing it in the correct manner is best in th

Re: [fpc-pascal] Re: Interbase vs Firebird header translation

2012-08-17 Thread LacaK
Regarding FB2/FB3, FYI please note this snippet in the other thread: my post and Michael's reply: OT: that would be useful for another reason. Firebird 3 will introduce the BOOLEAN datatype and other innovations (encrypted connections, etc). Interbase has had BOOLEAN support for a while now.

[fpc-pascal] Re: Interbase vs Firebird header translation

2012-08-17 Thread Reinier Olislagers
On 17-8-2012 11:47, Graeme Geldenhuys wrote: > I started a new message thread, as it doesn't really relate to the > origin thread any more. > > > On 17/08/12 06:50, LacaK wrote: >> BTW: packages/ibase is intended to be translation of Firebird client > > API not Interbase, right ? AFAIK, it's inte