Re: [Firebird-net-provider] integrating net dlls in a c++ application

2009-09-21 Thread Dean Harding
> Does one load the dlls that are the providers into c++ the standard way dlls > are loaded into c++, or are the com (object oriented) and have to be loaded > a different way, and if so, what way The Firebird.Net DLLs are .NET assemblies and if you want to integrate them into a C++ application, yo

[Firebird-net-provider] TransactionScope "Unable to enlist in transaction, a local transaction already exists"

2009-09-21 Thread MartinT
im trying to utilise the transactionscope in .net with the latest driver v2.5.1. when i use a TransactionScope object and execute operations within the same FbConnection, it works OK. however when i execute operations on separate FbConnections (with the same connection strings) then i am receiving

[Firebird-net-provider] integrating net dlls in a c++ application

2009-09-21 Thread Jonathan Freedman
Does one load the dlls that are the providers into c++ the standard way dlls are loaded into c++, or are the com (object oriented) and have to be loaded a different way, and if so, what way thanks in advance jf -- Co

Re: [Firebird-net-provider] Using the .NET provider withInterbasedatabases

2009-09-21 Thread David Clegg
I have managed to get the connection to work by changing the implementation of FirebirdSql.Data.Client.Managed.Version10.GdsDatabase.GetServerVersion() to the following :- public virtual string GetServerVersion() { byte[] items = new byte[] { IscCodes.isc_info_firebird

Re: [Firebird-net-provider] Using the .NET provider withInterbasedatabases

2009-09-21 Thread David Clegg
I already do use the Embarcadero driver, but it only has 32 bit support, and I am in a position where I need to deploy access from a bunch of 64 bit servers. I can configure the web apps to run in a 32 bit worker process, but I am looking to avoid that if possible. Cheers, David Clegg __

Re: [Firebird-net-provider] Using the .NET provider with Interbasedatabases

2009-09-21 Thread Alexander Muylaert
Hi David Maybe it does, maybe it doesn't. Who knows... It is for sure not designed to work with Interbase. Ask Embarcadero for an appropriate driver for interbase. They have their own. kind regards Alexander From: David Clegg Sent: Monday, September 21, 2009 10:17 PM To: firebird-net-pr

[Firebird-net-provider] Using the .NET provider with Interbase databases

2009-09-21 Thread David Clegg
Is it possible to use the Firebird .NET provider with Interbase databases at all (in my case, I need to talk to an Interbase 2009 database)? All my attempts so far have failed, with an exception being raised on connection when the database version is attempted to be read. Cheers, David Clegg