Re: [Firebird-devel] Wrong version number of Firebird?

2014-12-07 Thread Dmitry Yemanov
08.12.2014 10:26, liviuslivius wrote: > > what chappened with version number of firebird 3? > I have current snapshot (2014-12-08) > 3.0.0.25042 > and from (2014-10-30) > 3.0.0.30703 > as you can see older version have bigger version number. The script failed this night. Will be investigated. Dm

Re: [Firebird-devel] FB3 and .Net provider

2014-12-07 Thread liviuslivius
    W dniu 2014-12-08 07:49:32 użytkownik m...@lawinegevaar.nl napisał: What is the current config for AuthServer and WireCrypt? AuthServer needs to include LegacyAuth, and WireCrypt needs to be set to Enabled or Disabled (default is Required).   Mark   - Reply message - Van: liviusliv.

[Firebird-devel] Wrong version number of Firebird?

2014-12-07 Thread liviuslivius
Hi,   what chappened with version number of firebird 3? I have current snapshot (2014-12-08) 3.0.0.25042   and from (2014-10-30) 3.0.0.30703   as you can see older version have bigger version number.   regards, Karol Bieniaszewski  ---

Re: [Firebird-devel] FB3 and .Net provider

2014-12-07 Thread m...@lawinegevaar.nl
What is the current config for AuthServer and WireCrypt? AuthServer needs to include LegacyAuth, and WireCrypt needs to be set to Enabled or Disabled (default is Required). Mark - Reply message - Van: liviusliv...@poczta.onet.pl Aan: "For discussion among Firebird Developers" Onderwerp

[Firebird-devel] [FB-Tracker] Created: (CORE-4634) the cursor identified in the update or delete statement is not positioned on a row

2014-12-07 Thread advpos (JIRA)
the cursor identified in the update or delete statement is not positioned on a row -- Key: CORE-4634 URL: http://tracker.firebirdsql.org/browse/CORE-4634 Project: Firebir

Re: [Firebird-devel] FB3 and .Net provider

2014-12-07 Thread liviuslivius
-Oryginalna wiadomość- From: Dimitry Sibiryakov Sent: Sunday, December 07, 2014 9:34 PM To: For discussion among Firebird Developers Subject: Re: [Firebird-devel] FB3 and .Net provider 07.12.2014 21:31, Dmitry Yemanov wrote: > It could be either misconfigured server (ServerAuth) or the sa

Re: [Firebird-devel] FB3 and .Net provider

2014-12-07 Thread liviuslivius
-Oryginalna wiadomość- From: Dmitry Yemanov Sent: Sunday, December 07, 2014 9:31 PM To: For discussion among Firebird Developers Subject: Re: [Firebird-devel] FB3 and .Net provider 07.12.2014 23:17, liviusliv...@poczta.onet.pl wrote: > > I can connect to FB3 from flamerobin and from Delph

Re: [Firebird-devel] FB3 and .Net provider

2014-12-07 Thread Dimitry Sibiryakov
07.12.2014 21:31, Dmitry Yemanov wrote: > It could be either misconfigured server (ServerAuth) or the same > protocol issue as Jaybird experiences. But why error message is "connection is rejected" instead of "your user name and password are not defined"?.. -- WBR, SD. -

Re: [Firebird-devel] FB3 and .Net provider

2014-12-07 Thread Dmitry Yemanov
07.12.2014 23:17, liviusliv...@poczta.onet.pl wrote: > > I can connect to FB3 from flamerobin and from Delphi applications. Using which fbclient version? > But i can not from .Net from VS 2013 by .Net provider It could be either misconfigured server (ServerAuth) or the same protocol issue as Ja

Re: [Firebird-devel] FB3 and .Net provider

2014-12-07 Thread liviuslivius
-Oryginalna wiadomość- From: Helen Borrie Sent: Sunday, December 07, 2014 7:48 PM To: For discussion among Firebird Developers Subject: Re: [Firebird-devel] FB3 and .Net provider At 05:39 a.m. 8/12/2014, liviusliv...@poczta.onet.pl wrote: >Hi, > >i can not connect to firebird 3 from .Net

Re: [Firebird-devel] FB3 and .Net provider

2014-12-07 Thread Helen Borrie
At 05:39 a.m. 8/12/2014, liviusliv...@poczta.onet.pl wrote: >Hi, > >i can not connect to firebird 3 from .Net >I do not know if this is becaouse of >net provider > >my connection string is: >character set=UTF8;client library="C:\Users\livius\Documents\Visual Studio >2013\Projects\TestFB3\TestFB3

[Firebird-devel] FB3 and .Net provider

2014-12-07 Thread liviuslivius
Hi, i can not connect to firebird 3 from .Net I do not know if this is becaouse of >net provider my connection string is: character set=UTF8;client library="C:\Users\livius\Documents\Visual Studio 2013\Projects\TestFB3\TestFB3\bin\fbclient.dll";data source=127.0.0.1;initial catalog=S:\plemiona.

Re: [Firebird-devel] Jaybird test failures with Firebird 3 beta 1

2014-12-07 Thread Mark Rotteveel
On 5-12-2014 18:51, m...@lawinegevaar.nl wrote: > As Jaybird is not using the client library, that assumption might not be > correct. I'll look into that more closely tomorrow. Just checked, and Jaybird indeed assumes that the returned IP address is correct and usable. I will fix that for the nex