>Strange, did you have a single version of the provider installed and
>configured in the machine.config right ??
Usually i get only dlls from http://netprovider.cincura.net/, last time i
got full installation of 2.0.1rc2, so i uninstalled previous version, and
installed the new one.
Registry and
Hello:
> And yes, i use FbProvider ver 2.0.1 RC2
Strange, did you have a single version of the provider installed and
configured in the machine.config right ??
--
Carlos Guzmán Álvarez
Vigo-Spain
-
Using Tomcat but need
>This looks as working fine for me:
>
> DbProviderFactory DbFactory =
>DbProviderFactories.GetFactory("FirebirdSql.Data.FirebirdClient");
> DbConnection con1 = DbFactory.CreateConnection();
> FbConnection con2 = (FbConnection)con1;
I just checked it again, st
Hello:
> Possibly I miss something important, and this is a normal behaviour, or may
> be not??? Please, advice
This looks as working fine for me:
DbProviderFactory DbFactory =
DbProviderFactories.GetFactory("FirebirdSql.Data.FirebirdClient");
DbConnection con1 = DbFactor