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...

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

2008-10-06 Thread Jiri Cincura
On Mon, Oct 6, 2008 at 10:18 AM, mike grace [EMAIL PROTECTED] wrote: How does timeout avoid this issue? When you have record locked i.e. for 20 minutes, you can say, that the application chrashed (no unlock was done) and you allow to edit it. -- Jiri {x2} Cincura (CTO x2develop.com)

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

2008-10-05 Thread Sven
Hello, if I do it in your way I get an exception that User A has changed the data before and I have to let User B to decide what to to - this is not what I want. User B should not be allowed to enter the data in edit mode since user a is in edit mode at the moment. Sven Dean Harding [EMAIL

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

2008-10-05 Thread Sven
Timestamp - when one of my application crashes I have a dead entry in my database... I want to have a server engine which knows each application and can react if an application crashes because of a timeout when the application isn't responding. Sven Jiri Cincura [EMAIL PROTECTED]

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

2008-10-05 Thread Sven
I don't use typed datasets at the moment - but typed datasets wouldn't solve the problem. I don't have a server engine - I asked for it if it exists. Sven Meftah Tayeb [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] hi, ho you are using the DataSet ? are you using a typed

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

2008-10-05 Thread Carlos Guzmán Álvarez
Hello: Timestamp - when one of my application crashes I have a dead entry in my database... I want to have a server engine which knows each application and can react if an application crashes because of a timeout when the application isn't responding. Well, i think you will need to do

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

2008-10-05 Thread Jiri Cincura
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... -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

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

2008-10-04 Thread Jiri Cincura
On Fri, Oct 3, 2008 at 8:25 AM, Sven [EMAIL PROTECTED] wrote: how do you handle the dataset problem? I would like to know if there is a tool which enables a 'server engine'. The server engine is the only tasks that communicates with the database and every application communicates with the

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

2008-10-04 Thread Meftah Tayeb
hi, ho you are using the DataSet ? are you using a typed DataSet or a Declared dataSet ? ho you are connecting the Server engine with the GUI ? thanks - This SF.Net email is sponsored by the Moblin Your Move Developer's

[Firebird-net-provider] Server Engine`?

2008-10-03 Thread Sven
Hello, I will start to develop a multi user windows forms application with firebird as database and visual studio 2005 as development system. I use datasets in my application and have problems when multiple users change data in database. My question is: how do you handle the dataset problem? I

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

2008-10-03 Thread Dean Harding
Sven wrote: Hello, I will start to develop a multi user windows forms application with firebird as database and visual studio 2005 as development system. I use datasets in my application and have problems when multiple users change data in database. My question is: how do you handle the

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

2008-10-03 Thread Mercea Paul
@lists.sourceforge.net Subject: [Firebird-net-provider] Server Engine`? Hello, I will start to develop a multi user windows forms application with firebird as database and visual studio 2005 as development system. I use datasets in my application and have problems when multiple users change data