[firebird-support] Re: C++/C compiler for Firebird 3 UDF on Windows - free version?

2018-03-16 Thread Mauricio Gomes mgpen...@gmail.com [firebird-support]
If you prefer to use an IDE (with GCC and MINGW or MINGW64) there is http://www.codeblocks.org/.

[firebird-support] Are there any performance advantages of using nchar varying instead of varchar ?

2017-04-30 Thread Mauricio Gomes mgpen...@gmail.com [firebird-support]
On page 136 of The Firebird Book Second Edition: "NCHAR VARYING(n) ..., is a specialized implementation of VARCHAR(n) that is pre-defined with ISO8859_1 as its character set attribute" Are there any performance advantages of using nchar varying instead of varchar ? If not are there any other