[Firebird-devel] (no subject)

2012-07-19 Thread J-L M
Hello, We are trying to compile Firebird 2.1 for Android in order to use the embedded version in our mobile device of our software. But for the moment it seems impossible for some reasons : Android uses his own Libc called Bionic. And the problem is that there is a lot of missing features in. Ther

[Firebird-devel] (no subject)

2012-12-06 Thread marius adrian popa
The generated the c++ code browser for the firebird database. You can find it online here: http://code.woboq.org/firebird/firebird It is created using the Woboq Code Browser generator. It focuses on improving the code navigation with proper semantic -

[Firebird-devel] (no subject)

2015-02-18 Thread Paul Beach
> > I am downloading Yosemite now. Hmm - everything looks fine if you install SuperServer directly, i.e. SuperServer starts without a problem. But on reboot - it doesn't start automatically as it should. Goin

[Firebird-devel] (no subject)

2019-07-31 Thread levi miller
How do I find the server name for fleet manager network edition Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

[Firebird-devel] (no subject)

2019-09-24 Thread Kjell Rilbe
Hi, The built-in function ASCII_CHAR(n) seems to only accept integers 0..255 and not have any character set support whatsoever. Are there any plans to add support for character set awareness, presumably under a new function name? For example: char_from_code(n, character_set_name) As a workaro

Re: [Firebird-devel] (no subject)

2012-07-19 Thread Dimitry Sibiryakov
19.07.2012 10:57, J-L M wrote: > What would be the good way to do that ? Complain to Google and force them to expand their "Bionic". -- WBR, SD. -- Live Security Virtual Conference Exclusive live event will cover

Re: [Firebird-devel] (no subject)

2012-07-19 Thread Alex Peshkoff
On 07/19/12 12:57, J-L M wrote: > Hello, > We are trying to compile Firebird 2.1 > for Android in order to use the embedded version in our mobile device > of our software. > But > for the moment it seems impossible for some reasons : Android > uses his own Libc called Bionic. And the problem is th

Re: [Firebird-devel] (no subject)

2012-07-19 Thread marius adrian popa
On Thu, Jul 19, 2012 at 11:57 AM, J-L M wrote: > Hello, > > We are trying to compile Firebird 2.1 for Android in order to use the > embedded version in our mobile device of our software. > > But for the moment it seems impossible for some reasons : Android uses his > own Libc called Bionic. And

Re: [Firebird-devel] (no subject)

2012-08-22 Thread arnaud le roy
Maybe this post found on necessitas could be usefull to port firebird server to android : -- Hello everyone, We've faced some big problems which prevent us to release alpha4 SDK, so, I think we own you some explanations why we delay it that much. First problem we've encountered it w

Re: [Firebird-devel] (no subject)

2012-08-22 Thread arnaud le roy
Maybe this post found on necessitas could be usefull to port firebird server to android : -- Hello everyone, We've faced some big problems which prevent us to release alpha4 SDK, so, I think we own you some explanations why we delay it that much. First problem we've encountered it w

Re: [Firebird-devel] (no subject)

2012-12-06 Thread Dmitry Yemanov
06.12.2012 12:03, marius adrian popa wrote: > The generated the c++ code browser for the firebird database. > You can find it online here: > http://code.woboq.org/firebird/firebird > > It is created using the Woboq Code Browser generator. > > It focuses on improving the code navigation with proper

Re: [Firebird-devel] (no subject)

2012-12-06 Thread Adriano dos Santos Fernandes
On 06/12/2012 06:16, Dmitry Yemanov wrote: > 06.12.2012 12:03, marius adrian popa wrote: > >> The generated the c++ code browser for the firebird database. >> You can find it online here: >> http://code.woboq.org/firebird/firebird >> >> It is created using the Woboq Code Browser generator. >> >> It

Re: [Firebird-devel] (no subject)

2019-08-02 Thread Mark Rotteveel
On 31-7-2019 20:42, levi miller wrote: How do I find the server name for fleet manager network edition You should ask the support team of the company that wrote Fleet Manager (whatever that is), or possibly the system administrator of your company. Mark -- Mark Rotteveel Firebird-Devel mai

Re: [Firebird-devel] (no subject)

2019-09-24 Thread Dimitry Sibiryakov
24.09.2019 16:27, Kjell Rilbe wrote: The built-in function ASCII_CHAR(n) seems to only accept integers 0..255 and not have any character set support whatsoever. ASCII (which this function has in name) define only 127 symbols. As a workaround, do string literals include some escape syntax to