[firebird-support] reacreate database with a different charset

2018-07-23 Thread Issam Boughanmi amigof...@gmail.com [firebird-support]
i want to change the charset of an existing database from none to utf8, it seems that the safest way is to create a new one then pump data to it . i have tried two methods both gave me the same error . 1 - recreate a new database with utf8 charset , then create a simple stored procedure to pump

AW: [firebird-support] FireBird 3.0.3 embedded is crashing when using an UDF function which returns a CSTRING

2018-07-23 Thread 'Jelich, Michael' michael.jel...@commscope.com [firebird-support]
Hi support team, I've found the problem and a solution  Just to clarify if anybody other has the same problem: - I have a process performing firebird database updates - currently it uses FireBird 2 Embedded only - now this process has to make the database become a firebird 3 database during

Re: [firebird-support] FireBird 3.0.3 embedded is crashing when using an UDF function which returns a CSTRING

2018-07-23 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
23.07.2018 8:54, 'Jelich, Michael' michael.jel...@commscope.com [firebird-support] wrote: > Yes, it does. The dpr code is as follows: > > begin > System.IsMultiThread := true; > Randomize; > end. Did you check that this code is really executed? I'm sure about execution of initialization