Re: [Firebird-devel] Firebird for Android

2012-08-01 Thread Alex Peshkoff
On 07/31/12 20:06, JLM wrote: > On 31/07/2012 09:48, Alex Peshkoff wrote: > >> The most interesting question now is - what fixes do we need to make >> fbclient work? > > I've tried to use the libfbclient with Necessitas. I used the IBase > driver compiled for Android Arm. > > The libfbclient is lo

Re: [Firebird-devel] Porting Firebird to Niche languages

2012-08-01 Thread Philippe Makowski
> Try this: > http://www.ibphoenix.com/files/60All.zip > For new entries (fb_*) see our doc directory. and you can look at other drivers (Python (http://firebird.svn.sourceforge.net/viewvc/firebird/python/fdb/trunk/) , Java (http://firebird.cvs.sourceforge.net/viewvc/firebird/client-java/), etc ...

Re: [Firebird-devel] Firebird for Android

2012-08-01 Thread JLM
On 01/08/2012 09:02, Alex Peshkoff wrote: On 07/31/12 20:06, JLM wrote: Sooner of all wireshark does not recognize an attempt to talk using new protocol, FB13. That extensions are silently ignored by old servers, but may drive packet dumper crazy. In hex form packets look OK for me. Moreover

Re: [Firebird-devel] Firebird for Android

2012-08-01 Thread Alex Peshkoff
> unsupported on-disk structure for file > /home/menlog/compilation/employee.fdb; found 12.1, support 11.2 > And though, it's the employee database from my 3.0 firebird compilation. It's very bad idea to try to open database, created with 3.0, using 2.5 server. It will never open. ---

Re: [Firebird-devel] Firebird for Android

2012-08-01 Thread JLM
> It's very bad idea to try to open database, created with 3.0, using 2.5 > server. It will never open. Of course... I didn't react to that... But I can't do a make install of Firebird 3.0, it freezes. So I can't have a Firebird 3.0 server. -

Re: [Firebird-devel] Firebird for Android

2012-08-01 Thread Alex Peshkoff
On 08/01/12 12:20, JLM wrote: >> It's very bad idea to try to open database, created with 3.0, using 2.5 >> server. It will never open. > Of course... I didn't react to that... > But I can't do a make install of Firebird 3.0, it freezes. So I can't > have a Firebird 3.0 server. But you can creat

Re: [Firebird-devel] Firebird for Android

2012-08-01 Thread JLM
> It's very bad idea to try to open database, created with 3.0, using 2.5 > server. It will never open. Of course... I didn't give expression to that... So, in the fact I can't do a make install of Firebird 3.0, I've tried the server 2.5, with the 2.5 employee database, with Qt Necessitas using

Re: [Firebird-devel] Firebird for Android

2012-08-01 Thread Alex Peshkoff
On 08/01/12 14:10, JLM wrote: >> It's very bad idea to try to open database, created with 3.0, using 2.5 >> server. It will never open. > Of course... I didn't give expression to that... > > So, in the fact I can't do a make install of Firebird 3.0, I've tried > the server 2.5, with the 2.5 emplo

Re: [Firebird-devel] Firebird for Android

2012-08-01 Thread JLM
On 01/08/2012 13:13, Alex Peshkoff wrote: Looks like races. They are random. Can you get stack traces for Android? In many cases they are enough to fix a bug. I get stack traces of Android. I send a version with error and a version without error. Jean-Louis Meuriot D/AndroidRuntime(21125):

Re: [Firebird-devel] Firebird for Android

2012-08-01 Thread Alex Peshkoff
On 08/01/12 17:16, JLM wrote: > On 01/08/2012 13:13, Alex Peshkoff wrote: > >> Looks like races. They are random. >> Can you get stack traces for Android? In many cases they are enough to >> fix a bug. > > > I get stack traces of Android. I send a version with error and a > version without error.

Re: [Firebird-devel] Firebird for Android

2012-08-01 Thread JLM
I've got news ! When I use the Debug version of libfbclient, there is no errors, it runs perfectly, all the time. So, maybe the optimization of the release's code go a bit too far ? PS : How to see debug messages ? There is no more message in the console than the release version... Jean-Louis