Re: [Firebird-net-provider] FirebirdClientFactory Problem

2006-10-13 Thread paha
>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

Re: [Firebird-net-provider] FirebirdClientFactory Problem

2006-10-13 Thread Carlos Guzmán Álvarez
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

Re: [Firebird-net-provider] FirebirdClientFactory Problem

2006-10-12 Thread paha
>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

Re: [Firebird-net-provider] FirebirdClientFactory Problem

2006-10-12 Thread Carlos Guzmán Álvarez
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