[Firebird-net-provider] Working with transactions

2012-04-11 Thread Russell Rose
I was wondering if there was any way to determine if there is a pending transaction outstanding. I have a single connection to a database and have something like the following code: FbConnection conn; FBCommand cmd = conn.CreateCommand();; cmd.Transaction = conn.BeginTransaction(); I then call

Re: [Firebird-net-provider] Integration with Visual Studio

2012-01-19 Thread Russell Rose
I have managed to get Firebird working for VS2008, but I now have difficulty getting it to work for VS2010. Is there something additional that is required for 2010 (I am using DDEX 2.0.5 and Firebird client 2.5.2). I entered the client into GAC using a .net 3.5 gacutil. The firebird client 2.

Re: [Firebird-net-provider] Integration with Visual Studio

2012-01-17 Thread Russell Rose
Here is the output from gacutil: Microsoft (R) .NET Global Assembly Cache Utility. Version 3.5.30729.1 Copyright (c) Microsoft Corporation. All rights reserved. The Global Assembly Cache contains the following assemblies: FirebirdSql.Data.FirebirdClient, Version=2.5.2.0, Culture=neutral, Publ

[Firebird-net-provider] Integration with Visual Studio

2012-01-16 Thread Russell Rose
'Add connection' it crashes. I tried with both VS2008 SP1 and VS2010 I also have the following: Windows 7 64bit .net 3.5, 4.0 Windows SDK for Windows (7.1) VS2008 SDK Russell Rose -- RSA(R) Conference 2012 Mar

[Firebird-net-provider] For users and developers of the Firebird .NET providers

2011-08-16 Thread Russell Rose
With regard to CF, the vast majority of barcode scanners are either on CE, WM5 or WM6. In all cases, these OS's ship with .net CF 2.0. As far as I can see, Microsoft still support all versions of CF though there seems to be a possibility to stop support of 1.1 in 2013 (when VS 2003 support end

Re: [Firebird-net-provider] Firebird-net-provider Digest, Vol 64, Issue 2

2011-08-11 Thread Russell Rose
On the firebird website, the compact client (2.5.2) indicates that it will work for .net CF 2.0, but when I tried it, it will only work for .net CF 3.5. Is there a version for .net CF 2.0 or is the label on the download page wrong? ---

Re: [Firebird-net-provider] Compact Framework version of 2.5.2

2010-08-19 Thread Russell Rose
When I last tried to build 2.5.1 for CF 2.0 it didn't compile. I have now also tried it for 2.5.2 Firstly, you cannot use entity_framework as this is only available for .net 3.5, then you will get an error with FbDataReader.cs as it doesn't recognise Func. I am attaching my sln file if that he

Re: [Firebird-net-provider] Compact Framework version of 2.5.2

2010-08-12 Thread Russell Rose
I found a download at http://sourceforge.net/projects/firebird/files/firebird-net-provider/2.5.2/NETProvider-2.5.2-CF.7z/download And it works with .net 3.5, but not with 2.0 (get missingmethodexception) -- This SF.net e

[Firebird-net-provider] Compact Framework version of 2.5.2

2010-08-12 Thread Russell Rose
Is there an official download of 2.5.2 for .Net CF? Also, has anyone got this working fully with .Net 2.0 or must we still use .Net 3.5? -- This SF.net email is sponsored by Make an app they can't live without Enter t

[Firebird-net-provider] [FB-Tracker] Created: (DNET-292) Issue with reading of data

2010-01-28 Thread Russell Rose (JIRA)
Environment: Discovered using PocketPC running Windows CE over a LAN link Reporter: Russell Rose Assignee: Jiri Cincura The issue occurs within in XdrStream.cs and is specifically related to the routines ReadInt32, ReadInt64 and ReadBytes(int count). None of these

[Firebird-net-provider] 10054 errors in firebird log file

2010-01-15 Thread Russell Rose
>From VS2008, I get the runtime Version as 2.0.50727 -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to le

[Firebird-net-provider] 10054 errors in firebird log file

2010-01-14 Thread Russell Rose
I am getting lots of 10054 errors in my log file. These occurs during the fetch cycle of a read. I have tried changing the fetch size, but it doesn't make any difference. I have looked on the net and in some previous occasions it was because of the client that was being used. I am using serv

[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

[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

[Firebird-net-provider] Connecting to Firebird from a PocketPC

2009-10-19 Thread Russell Rose
The PocketPC has ActiveSync and I do see that a LAN-type connection is made when I connect it to the desktop and so TCP should be running between the desktop and the pocketPC -- Come build with us! The BlackBerry(R) Devel

[Firebird-net-provider] Connecting to Firebird from a PocketPC

2009-10-15 Thread Russell Rose
Hi there I have a pocketpc that I have written an application for that uses a Firebird database on a central desktop. If the desktop has ActiveSync and pairing has been completed, when the pocketpc is docked everything works fine. If I remove ActiveSync from the desktop, I cannot make a conne

Re: [Firebird-net-provider] Firebird-net-provider Digest, Vol 41, Issue 4

2009-09-12 Thread Russell Rose
I have managed to get a connection. I'm not quite sure how I did it, but it does appear to work now. Thanks for all your help. Please close this thread -- Let Crystal Reports handle the reporting - Free Crystal Reports

[Firebird-net-provider] .net provider for Firebird 2.1 with CF 2.0

2009-09-12 Thread Russell Rose
(I am probably doing something very silly!!!) All the best Russell From: Russell Rose Sent: 12 September 2009 09:13 To: 'firebird-net-provider@lists.sourceforge.net' Subject: .net provider for Firebird 2.1 with CF 2.0 Hi there I am new to Firebird (and so please excuse my ignorance) a

[Firebird-net-provider] .net provider for Firebird 2.1 with CF 2.0

2009-09-12 Thread Russell Rose
can download the correct dll Thanks a lot Russell Rose -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you