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