[firebird-support] Re[2]: string right truncation error with LIKE predicate and UTF8 DB

2017-11-03 Thread Рустам Муса-Ахунов rusta...@ukr.net [firebird-support]
> > This query fails: > > select * from TABLE1 where FIELD1 like 'абв'; > > > The "bug" here is that the message for all string input errors is the > same. Transliteration of the input argument in the failing query > would occur as in your third query above if the LIKE argument was > valid.

[firebird-support] On update cascade order rule

2017-11-03 Thread liviuslivius liviusliv...@poczta.onet.pl [firebird-support]
Hi, What is the order of cascade firing for foreign key. How to gain control to it? Eg. 3 tables 2 reference 13 referece 1 and 2 How can i fire update on table 1 cascade in the correct order to avoid violation of keys? Regards,Karol Bieniaszewski

[firebird-support] Re: Firebird stopped after 190 connections

2017-11-03 Thread ma_go...@yahoo.com [firebird-support]
Hi! You have to make some changes in xinetd. service gds_db { disable = no flags = reuse socket_type = stream wait = no tcps = 50 10 user = firebird per_source = UNLIMITED instances = UNLIMITED server = /opt/firebird/bin/fb_inet_server }