[Firebird-net-provider] ExecuteReader fails with code 335544327

2010-01-14 Thread Russell Rose
After further investigation the issue occurs mainly during the read event. The command is set to the default of 200 fetches and it is when the reader performs one of these fetches it fails. I should point out that when I run the code over USB with ActiveSync there are no issues. This only eve

[Firebird-net-provider] ExecuteReader fails with code 335544327

2010-01-13 Thread Russell Rose
I think this is because TCP loses a packet. Is there a way to change the configuration to allow more retries, longer timeouts etc -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Veri

[Firebird-net-provider] ExecuteReader fails with code 335544327

2010-01-13 Thread Russell Rose
When going through all the FBErrors, the only thing that gives addition information is the inner exception. Here are the relevant details: IscException at Gds.GdsConnection.ReadStatusVector() Gds.GdsConnection.ReadResponse() Gds.GdsDatabase.ReadResp

Re: [Firebird-net-provider] ExecuteReader fails with code 335544327

2010-01-12 Thread Jiri Cincura
The 335544327 is Invalid request handle. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://www.ID3renamer.com -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage

Re: [Firebird-net-provider] ExecuteReader fails with code 335544327

2010-01-12 Thread Josh Williams
Software Computer Group From: Russell Rose [mailto:russ...@passfield.co.uk] Sent: Tuesday, January 12, 2010 11:13 AM To: firebird-net-provider@lists.sourceforge.net Subject: [Firebird-net-provider] ExecuteReader fails with code 335544327 HI there I am connecting to a Firebird database vi

[Firebird-net-provider] ExecuteReader fails with code 335544327

2010-01-12 Thread Russell Rose
HI there I am connecting to a Firebird database via a mobile device running Windows CE and using .net v2. I regularly get the above error code. Here is some pseudocode for what I am doing: using (FbTransaction CentralTrans = ((FbConnection)centralConn).BeginTransaction()) { using (FbComm