Hello,

I assume now this is the right way for my question: I don't want to develop, but need support for the Firebird NET Provider.

[EMAIL PROTECTED] said today at 01:14h:

Welcome to the [email protected] mailing
list! List for general discussion among Firebird .Net Provider
developers.

To post to this list, send your email to (your adress)

How can I connect Firebird 2.0 under SharpDevelop (#D)?

I am using #D 2.0.0.1591 and want to connect my application to Firebird 2.0 RC4 via FirebirdNETProvider-2.0.1-RC1. Normally, I have the same problem discussed in many other #D-posts: #D only knows the MS-original NET Data Providers.

Is it possible to edit the file C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config and insert the Firebird Provider like:

       <system.data>
            <DbProviderFactories>
               <add name="Odbc Data Provider"      
                       invariant="System.Data.Odbc"
                       description=".Net Framework Data Provider for Odbc"    
                       type="System.Data.Odbc.OdbcFactory, System.Data,
                       Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
               />
            </DbProviderFactories>
        </system.data>

I assume the Firebird's installation is not yet ready (RC1) and doesn't insert its values into this list of DbProviderFactories.

Can you tell me where I can find the correct terms of the Firebird provider? Via Reflection I suppose the following terms could be correct:

name="Firebird Data Provider"      
invariant="FirebirdSql.Data.FirebirdClient"
description="FirebirdClient - ADO.NET 2.0 Data Provider"    
type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, System.Data,
Version=2.0.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c"

Thank you very much!

Juergen


--
Jürgen Thomas

Jürgen Thomas
Verlags-Software

Samländische Str. 3
13189 Berlin

Tel.     (030)      94 39 96 38
oder   (0700)    VS–POLIS
d.h.     (0700)  87 07 65 47
Fax     (030)      94 39 96 40

http://www.vs-polis.de

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to