[firebird-support] Re: Character set of parameter strings

2017-02-06 Thread Dmitry Yemanov dim...@users.sourceforge.net [firebird-support]
06.02.2017 22:08, Dimitry Sibiryakov wrote: > > When a string is sent to server via a query parameter, how is its character > set > determined: from XSQLVAR.sqlsubtype field or from connection's lc_ctype > parameter? From the XSQLVAR.sqlsubtype, which in turn is determined based on the

Re: [firebird-support] Migrating a 2.5 server

2017-02-06 Thread 'Ismael L. Donis Garcia' sli...@natio.co.cu [firebird-support]
In Windows gbak -b -t -user SYSDBA -pas adminpassword C:\database\database.fdb database.fbk In Linux gbak -c -user SYSDBA -pas adminpassword /var/lib/firebird/2.5/data/database.fbk /var/lib/firebird/2.5/data/database.fdb Saludos | ISMAEL | - Original Message

Re: [firebird-support] Migrating a 2.5 server

2017-02-06 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Tuesday, February 7, 2017, 9:35:55 AM, I wrote: > 1. 'SQLSTATE = m' is not a valid error message in Firebird. You should > be seeing a 5-character alphanumeric code where the 'm' is. Other > DBMS's use the same name for their SQL command-line apps so make sure > you are running isql from the

Re: [firebird-support] Migrating a 2.5 server

2017-02-06 Thread 'Carlos H. Cantu' lis...@warmboot.com.br [firebird-support]

[firebird-support] Migrating a 2.5 server

2017-02-06 Thread Luke Crooks l...@solentwholesale.com [firebird-support]
So currently I have firebird 2.5 installed and running on Windows, working fine but performance is a bit slow. I have installed 2.5 on Ubuntu, and I can connect to the current database with ISQL easily: connect "192.168.155.112:C:\database\database.FDB" user 'SYSDBA' password 'adminpassword';

[firebird-support] Character set of parameter strings

2017-02-06 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
Hello, All. When a string is sent to server via a query parameter, how is its character set determined: from XSQLVAR.sqlsubtype field or from connection's lc_ctype parameter? -- WBR, SD.

Re: [firebird-support] There is a verb to supply identity columns?

2017-02-06 Thread hamacker sirhamac...@gmail.com [firebird-support]
thx for Adriano. http://tracker.firebirdsql.org/browse/CORE-5449 Any possibility to be fixed in FB3 too? 2017-01-11 11:18 GMT-02:00 hamacker : > I knew it! > Never alone :) > > I´m following your ticket, Mark. > > Thanks. > > 2017-01-11 10:35 GMT-02:00 Mark Rotteveel