Re: [Firebird-net-provider] fbBackup on remote Clients

2014-06-03 Thread Nieurig
Hi folks, thank you, one more to develop the provider to FB. I use this in some projects without any trouble. But now: I got a virus-alarm by downloding the file a the given URL. GData means: NSIS.Application.InstallMonetizer.E (Engine B) What happend here? Best wishes Niels Am 02.06.2014 15:3

Re: [Firebird-net-provider] Unable to complete network request to host"localhost"

2009-09-17 Thread nieurig
Hi folks, my problem is solved by setting Pooling=true. What is it - a problem of the provider, firebird or window ? Any comments? Thanks for spending time to my problem. Niels >Hi folks, >i found a lot of threats around this error but no solution :-( >I run into this error after optimization th

[Firebird-net-provider] Unable to complete network request to host"localhost"

2009-09-17 Thread nieurig
Hi folks, i found a lot of threats around this error but no solution :-( I run into this error after optimization the database. No changes at the application are done. Before changing the database a special dataimport runs very slow (about 18 hours). After optimization the code of two procedures

Re: [Firebird-net-provider] ANN: FirebirdClient 2.5.1 released

2009-09-15 Thread nieurig
Hi Jiri, >Thanks to all people who reported any issues for trying to make >FirebirdClient better. > > Many thanks to you - and others - for making FirebirdClient better. :-) Niels -- Come build with us! The BlackBerry®

Re: [Firebird-net-provider] Problem to change to a newer version of the provider

2009-04-02 Thread nieurig
Jiri Cincura schrieb: >On Thu, Apr 2, 2009 at 22:04, nieurig wrote: > > >>System.Data.Entity, Version=3.5.0.0, Culture=neutral, >> PublicKeyToken=b77a5c561934e089 not found >> >>I updated my .NET from 2.0 to 3.5. three month ago >>- but what is the prob

[Firebird-net-provider] Problem to change to a newer version of the provider

2009-04-02 Thread nieurig
Hello folks, I have a VB.NET Project under VS2005 which using the FireBird Provider. In the past I change sometimes to the newer version of the provider. After staying for a couple of month at 2.5.0.0, I like to change now to the actual build. I download it and have problems to change it. After de

Re: [Firebird-net-provider] log filled with INET error 10054

2009-01-14 Thread nieurig
> > >OK I'm not so lucky. :) The problem is in connection pooling that was >turned off on my connection string. I'll look at the problem. > Well, I got this error too, only when pooling is set to true. Depends on the firebird server-type I get INET/inet_error: read errno = 10054 or XNET error (xne

Re: [Firebird-net-provider] Which version is correct?

2008-12-16 Thread nieurig
Thanks a lot. I wish you (and all others Provider-Users and -Programmers :-) ) merry chrismas and a happy new year. Niels Jiri Cincura schrieb: >On Tue, Dec 16, 2008 at 17:45, nieurig wrote: > > >>Is there a newer release availible ( 6 mar 2008 )? >>Where? >>

Re: [Firebird-net-provider] Which version is correct?

2008-12-16 Thread nieurig
Hi Jiri, thanks for your message. >>but in case of database error i get only >>errorcodes instead of text. (is this normal? need this version an extra >>errorfile to show textes?) >> >> > >That was know but in 2.5 A1, AFAIK. > > Then i will stay at 2.5 and change to a newer release. I try th

[Firebird-net-provider] Which version is correct?

2008-12-15 Thread nieurig
Hi folks, at first: Thanks to all programmers how are involved to this project for the excellent work. For the last two years our FB-Server works fine with Version 1.5 of Firebird. I use the 1.5.?? provider and everythings was good. Four weeks ago the admin change to the 64bit version of Firebi

Re: [Firebird-net-provider] Whitespaces in Datagridview/Dataset

2006-12-19 Thread nieurig
Hello Daniel, use varchar instead of char at the create statement of your table. That should solve the problem. Niels Daniel Hahn schrieb: Hello all. I’m using Firebird .NET Provider 1.7, fembedded.dll and Visual Basic Express 2005, and I have the following problem: I use a datagrid to s

Re: [Firebird-net-provider] Probleme case sensitive with asp.net provider

2006-09-25 Thread nieurig
> 1 - Modify the provider : Add Upper in the select command (i can do) >I think this will be best solution. But will upper work for some special >characters? > > I think you get no trouble with the upper-clause if you use it for both side of the "=". select * from users where UPPER(username)

Re: [Firebird-net-provider] Problem with character set (Cant read/update EUR)

2006-05-17 Thread nieurig
Default was ISO8859_1. If I connect using this character set I get "?" instead of € otherwise I a "white block" shown the unknown Character.. I will try the new Provider today. Hope it solves this problem. And that character exists in the ISO8859_1 character set ?? No :-(but I thought

Re: [Firebird-net-provider] Problem with character set (Cant read/update EUR)

2006-05-16 Thread nieurig
Carlos Guzmán Álvarez schrieb: Hello: If I select the correct Character set connecting to the database (other connectionstring) the behaivor was better (I can save the modified row) but only a questionmark was shown instead of the Euro Sign. What is the default character set of the databas

[Firebird-net-provider] Problem with character set (Cant read/update EUR)

2006-05-16 Thread nieurig
Hi folks, i have problems updating records with include Euro Signs into the varchar-fields. To demonstrate the problem I create at a Firebird 1.5 Server the following table create domain VAR100 as varchar(100) character set ISO8859_1 collate ISO8859_1; CREATE TABLE TestTab( TextFeld