Re: [Firebird-net-provider] problem with a random io exception

2011-02-24 Thread Rick
: Thursday, February 24, 2011 12:47 AM To: firebird-net-provider@lists.sourceforge.net Subject: [Firebird-net-provider] problem with a random io exception hi all, i have a form application which will create/insert data into a firebird db. i'm using fb embedded 2.5 with the net provider 2.6

Re: [Firebird-net-provider] problem with a random io exception

2011-02-24 Thread korkless
file? i search but i didn't find that entry in firebord.conf. thanks Da: Jiri Cincura A: korkless ; For users and developers of the Firebird .NET providers Cc: Inviato: Giovedì 24 Febbraio 2011 10:46 Oggetto: Re: [Firebird-net-provider] problem with a random io exception On Thu, F

Re: [Firebird-net-provider] problem with a random io exception

2011-02-24 Thread Ivan Arabadzhiev
Hi, Do you close(and reopen) the connection at some point? Any chance there is a not-yet-closed connection you don`t use "somewhere out there" which would block others from using the DB ? Have you tested on any other systems (personally, in such cases I use a virtual PC with clean Windows Set

Re: [Firebird-net-provider] problem with a random io exception

2011-02-24 Thread Jiri Cincura
On Thu, Feb 24, 2011 at 09:47, korkless wrote: > i don't know if this problem is related to the provider or to firebird, if > is related only to firebird sorry if i posted there. Server is returning you this exception. I would check the log of server as initial step. -- Jiri {x2} Cincura (x2dev

[Firebird-net-provider] problem with a random io exception

2011-02-24 Thread korkless
hi all, i have a form application which will create/insert data into a firebird db. i'm using fb embedded 2.5 with the net provider 2.6 (and nhibernate). my application works on a single table, it will insert a single row per transaction with a low rate (<10 insert for minute). my problem is that