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

2011-02-24 Thread Rick
I’ve had a similar problem with another database doing the same thing. My problem was that I had another program running and it was locking the file system and looking for updates on my drivers periodically; also I would assume that windows update might cause problems too. Maybe check to see if t

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

2011-02-24 Thread korkless
there's no log file, i think becousemy application is installed into the program files directory and the user account doesn't have permission to write there (i'm using fb embedded). can i set the log file location with the net provider api? or can i set it in same configuration file? i search bu

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