|
|
Choosing A Webhost: |
Re: Firebird 2.0 under SharpDevelop 2.0 and NET 2.0: msg#00094db.firebird.dotnetprovider
Hello: > > 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> <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=%Version%, Culture=%Culture%, PublicKeyToken=%PublicKeyToken%" /> ... </DbProviderFactories> </system.data> .... </configuration> Subst: %Version% -> The version of the provider assembly you are using. %Culture% -> The culture of the provider assembly you are using. %PublicKeyToken% -> The Public Key Token of the provider assembly you are using. -- Carlos Guzmán Álvarez Vigo-Spain ------------------------------------------------------------------------- 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
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: BDP download, CVS location ?, Carlos Guzmán Álvarez |
|---|---|
| Next by Date: | Re: Problem with stored procedure in Visual Studio 2005 Pro, Dan Taylor |
| Previous by Thread: | Firebird 2.0 under SharpDevelop 2.0 and NET 2.0, VS-Polis |
| Next by Thread: | Re: Firebird 2.0 under SharpDevelop 2.0 and NET 2.0, VS-Polis |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |