Hello:

In which files do I check this - sorry I am Delphi programmer an real new a .Net ;-)

No problem, from the ReadmeDDEX.txt file:

The DDEX Provider for Firebird provides integration of FirebirdClient
into Visual Studio 2005.

In order to use it FirebirdClient should be iun the GAC and registrered in the machine.config file, and the information of the FirebirdDDEXProvider.reg file should be added to the
Windows registry.

To register the provider in the machine.config file add this:

<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.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c" />
       ...
       </DbProviderFactories>
   </system.data>
   ....
</configuration> The FirebirdDDEXProvider.reg should be modified to set the correct CodeBase and Path for the DDEX provider files (by replace the %Path% in the file with the correct paths).

To use the DDEX Provider:

   - Visual Studio 2005
   - Visual Studio 2005 SDK

( If you want to build the sources you will need to have C# and C++ installed. )






--
Best regards

Carlos çguzmán Álvarez
Vigo-Spain


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to