[firebird-support] Problems with alphabetical order with German DIN 5007-2

2016-07-15 Thread Rothweiler pcheil frankrothwei...@pcheil.de [firebird-support]
Hi, I'm a German developer and I need to sort UTF8-tables who contains names (for example: Michael Müller, Michael Mueller, Michael Muller) with German industry norm (DIN) called DIN 5007-2 like definition in Wikipedia

RE: [firebird-support] Server reboot during Windows exe setup?

2016-07-15 Thread 'Leyne, Sean' s...@broadviewsoftware.com [firebird-support]
> Is there a remote chance that this reboot has anything to do with the Firebird > installation then went on at that very second? Can it be related to the > installation of the Win32 runtimes that was going on at this time? The Firebird install would only prompt for a reboot as appropriate, it

[firebird-support] Re: Error while parsing procedure procname's BLR

2016-07-15 Thread Norbert Saint Georges n...@tetrasys.eu [firebird-support]
Dimitry Sibiryakov s...@ibphoenix.com [firebird-support] a écrit : > That's a very bad idea. Whole server rely on fbclient.dll with exactly that > name. true. renaming in fbclient.dll, I do not have this error. yet I called the master interface with the code: <-- function fb_get_master_interface

Re: [firebird-support] Re: Error while parsing procedure procname's BLR

2016-07-15 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
15.07.2016 10:49, Norbert Saint Georges n...@tetrasys.eu [firebird-support] wrote: > I renamed fbclient in myfbclient That's a very bad idea. Whole server rely on fbclient.dll with exactly that name. -- WBR, SD.

Re: [firebird-support] Server reboot during Windows exe setup?

2016-07-15 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
15.07.2016 9:56, Stefan Heymann li...@stefanheymann.de [firebird-support] wrote: > Is there a remote chance that this reboot has anything to do with the > Firebird installation then went on at that very second? Can it be > related to the installation of the Win32 runtimes that was going on at >

[firebird-support] Re: Error while parsing procedure procname's BLR

2016-07-15 Thread Norbert Saint Georges n...@tetrasys.eu [firebird-support]
Mark Rotteveel m...@lawinegevaar.nl [firebird-support] a écrit : > BTW: I believe "CHARACTER SET ISO8859_1 is not installed" can occur if > you don't have the intl folder in your install. Thank you for your reply. true, that without IXpbBuilder (DPB), attachment is done well :-) my exe is in

Re: [firebird-support] Error while parsing procedure procname's BLR

2016-07-15 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 15-7-2016 09:42, Norbert Saint Georges n...@tetrasys.eu [firebird-support] wrote: > -CHARACTER SET ISO8859_1 is not installed > X-Newsreader: MesNews/1.08.05.00 > > I try to connect embedded mode via master interface with the code > (Pascal). > <-- > master :=

[firebird-support] Server reboot during Windows exe setup?

2016-07-15 Thread Stefan Heymann li...@stefanheymann.de [firebird-support]
Hello all, I recently installed Firebird 2.5.6 x64 on a customer's machine (Windows 2012 R2), using the Firebird installer from http://sourceforge.net/projects/firebird/files/firebird-win64/2.5.6-Release/Firebird-2.5.6.27020_0_x64.exe/download During or after the installation of the Win32

[firebird-support] Error while parsing procedure procname's BLR

2016-07-15 Thread Norbert Saint Georges n...@tetrasys.eu [firebird-support]
-CHARACTER SET ISO8859_1 is not installed X-Newsreader: MesNews/1.08.05.00 I try to connect embedded mode via master interface with the code (Pascal). <-- master := fb_get_master_interface; util := master.getUtilInterface; st := master.getStatus;