[firebird-support] An unhandled exception of type 'System.NotSupportedException' occurred in FirebirdSql.Data.FirebirdClient.dll

2014-02-10 Thread nkd108
I am creating a project windows runtime component with c# , I want to create a embedded DB so i am using Firebird-2.5.2.26540-0_x64_embed and .net provider NETProvider-2.5.2-CF . every time i am getting same error: An unhandled exception of type 'System.NotSupportedException' occurred in

[firebird-support] Re: SQL query aborts when SQL statement is too long or complex.

2014-02-10 Thread hosodaamiya
Thanks! I check the contents. --- In firebird-support@yahoogroups.com, Dmitry Yemanov dimitr@... wrote: 10.02.2014 08:55, hosodaamiya wrote: What do you mean by available range? Documented 1500 items limit or something else? I meant documented 1500 items limit. I create the WHERE

Re: [firebird-support] An unhandled exception of type 'System.NotSupportedException' occurred in FirebirdSql.Data.FirebirdClient.dll

2014-02-10 Thread Frank Schlottmann-Gödde
Am 10.02.2014 08:31, schrieb nkd...@gmail.com: I am creating a project windows runtime component with c# , I want to create a embedded DB so i am using Firebird-2.5.2.26540-0_x64_embed and .net provider NETProvider-2.5.2-CF . every time i am getting same error: An unhandled

[firebird-support] Occasional server hangs/major slowdowns

2014-02-10 Thread Harriv
Hello, Every now and then (about week or two) one of my systems hangs, and it seems to be related to Firebird server. I'm running Firebird 2.5.2 on 32-bit Windows 7 as SuperServer. It looks like Firebird server process stops responding. Usually I've restarted the server process, but today I

[firebird-support] RE: Occasional server hangs/major slowdowns

2014-02-10 Thread mariuz
Seems that Firebird is running out of virtual memory 2G limit for 32bit version http://tracker.firebirdsql.org/browse/CORE-2978

[firebird-support] Firebird slowdowns while resources are available

2014-02-10 Thread Mezei Zoltan
Hi, I have a strange slowdown problem with a Firebird database. During the daily use of the database the clients experience significant slowdowns while the system still have lots of resources available. Some information about the environment: - 64 bit Firebird 2.5.2 server running in SuperServer

[firebird-support] INET/inet_error

2014-02-10 Thread Aldo Caruso
Hi, I'm running Firebird Superserver on Linux Debian 6.0 for a couple of years. Inspecting connected clients, I found a client process of my own ( a cron python script ) that didn't finished and remained hanged since many days. I killed it from linux shell ( killall scriptname

[firebird-support] A question about rdb$character_set_id

2014-02-10 Thread Ian Lawrence Barwick
Hi Is the integer value of the column rdb$character_set_id from the table rdb$character_sets constant between Firebird versions? E.g. will character set UTF8 always be 4 (and was it 4 in pre-2.5 versions)? Thanks Ian Barwick