Title: Jürgen Thomas

Hallo Daniel,

I could write in German, but for the international users...

First, you have to include the provider in your machine.config. I use NET 2.0, FB 2.0 and FB-Provider 2.0.

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config

<configuration>
    <configSections>
        <section name="firebirdsql.data.firebirdclient"
                  type="System.Data.Common.DbProviderConfigurationHandler, System.Data,
                  Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />  
    </configSections>
   <system.data>
        <DbProviderFactories>
           <add name="FirebirdClient Data Provider" invariant="FirebirdSql.Data.FirebirdClient"
                              description=".Net Framework Data Provider for Firebird"
                              type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient,
                              Version=2.0.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c" />
        </DbProviderFactories>
    </system.data>

</configuration>

Pay attention that you are using the correct versions and PublicKeyToken; take a look at Roeder's Reflector.

I don't know if this really helps: I'm using VC# Express and can only MS-Access and MS-SQL. For a typisied (is this the English translation of 'typisiert'?) dataset, I must create an xsd-file manually and then create a cs-file via xsd.exe.

This problem is discussed under:
http://www.delphipraxis.net/topic94390_d+und+vce+fehlende+provider+registrieren.html

Please let me/us know which way you are using.

Greetings

Juergen


Daniel Hahn schrieb:
Hello!
I'm currently using the dataset and it's XML read/write feature but now 
I want to migrate to firebird. The problem is - if I want to create a 
dataset I can only choose betwen MSSQL and OleDB. There's no Firebird 
available, although I installed the DDEX. Can you help me? I don't want 
to miss these cool features like automatic generation of bindings and 
navigators and so on.

Thanks!

Regards,
Daniel

-------------------------------------------------------------------------
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
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

  

--

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
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to