Re: [Firebird-net-provider] Firebird and datasets

2009-11-09 Thread mike grace
Hello Julio, Don't do AcceptChanges(). Just update the row and then do the .Update(). HTH Mike Hi, Hope that someone can help me, I am a newbie on .NET, and I'm involved now developing an asp.net application with firebird. So, after reading some tutorials, I started with the Dataset

Re: [Firebird-net-provider] Does Firebird .NET provider v2.1.0.0

2009-06-24 Thread mike grace
Hello Jiri, Sorry I meant server? Also, if 2.1 is on the server but the client is on 2.1, will it still work OK and not use the speeded up network protocol? If so, if one client has the 2.5 driver, will that client talk to the server with the speeded up network protocol? I have a situation

[Firebird-net-provider] Does Firebird .NET provider v2.1.0.0 work OK with Firebird server 2.1?

2009-06-23 Thread mike grace
Hi, It may seem like an obvious answer but does Firebird .NET provider v2.1.0.0 work OK with Firebird server 2.1? Specifically, I have just read that the network protocol had been changed enabling better performance for internet connections. Also, I am curently using version 2.0 of the

Re: [Firebird-net-provider] Does Firebird .NET provider v2.1.0.0 work

2009-06-23 Thread mike grace
Forgot to add, Is the upgrade process from 2.0 to 2.1 straightforward? Regards Mike Hi, It may seem like an obvious answer but does Firebird .NET provider v2.1.0.0 work OK with Firebird server 2.1? Specifically, I have just read that the network protocol had been changed enabling

Re: [Firebird-net-provider] Does Firebird .NET provider v2.1.0.0

2009-06-23 Thread mike grace
Hello Jiri, OK, thanks for the info. Regards Mike Yes, FirebirdClient 2.1 works with any FB server currently available. Only the 2.5 version of FirebirdClient will benefit from new protocol. -- Are you an open

Re: [Firebird-net-provider] Server Engine`?

2008-10-06 Thread mike grace
Hi, How does timeout avoid this issue? Regards Mike Hello Jiri, On Sun, Oct 5, 2008 at 8:22 AM, Sven [EMAIL PROTECTED] wrote: Timestamp - when one of my application crashes I have a dead entry in my database... Timeout will solve this in a nice way...