hi If u select from data Source: ,other> u should see under Data provider the FireBird.Net provider.
Regards Paul ""Dorin Pacurar"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Carlos, > > Here is what I did: > > Added FirebirdSql.Data.FirebirdClient.dll into Assembly Cache (with .NET > Framework 2.0 Configuration) > > In machine.config: > Added in <configSections>: > <section name="firebirdsql.data.firebirdclient" > type="System.Data.Common.DbProviderConfigurationHandler, System.Data, > Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> > > Added in <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" /> > (a new PublicKeyToken value over the old one) > > In FirebirdDDEXProvider.reg I changed CodeBase and Path from %Path% to the > full path to FirebirdSql.Data.FirebirdClient.dll. > > Saved all, closed all, restart. > > After all theese, I tryed to add a DataSet, but in the Connection Wizzard > I > still find only 2 providers (MS SQL Server and MS Access data base). > How can I add the Firebird provider to the list of providers, so I can set > the DataSet from design ? > > Hope better asked now. > Thanks, > Dorin > > > > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Tuesday, February 07, 2006 6:06 AM > To: [email protected] > Subject: Firebird-net-provider digest, Vol 1 #1125 - 2 msgs > > Send Firebird-net-provider mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific than > "Re: Contents of Firebird-net-provider digest..." > > > Today's Topics: > > 1. Firebird.NET and Visual Studio 2005 Express (Dorin Pacurar) > 2. Re: Firebird.NET and Visual Studio 2005 Express > (=?ISO-8859-1?Q?Carlos_Guzm=E1n_=C1lvarez?=) > > --__--__-- > > Message: 1 > From: "Dorin Pacurar" <[EMAIL PROTECTED]> > To: <[email protected]> > Date: Mon, 6 Feb 2006 19:02:25 +0200 > Subject: [Firebird-net-provider] Firebird.NET and Visual Studio 2005 > Express > Reply-To: [email protected] > > Hi, > > Is it possible to embed Firebird connection into Server Explorer in VS > 2005 > Express ? > > > > --__--__-- > > Message: 2 > Date: Mon, 06 Feb 2006 19:21:45 +0100 > From: =?ISO-8859-1?Q?Carlos_Guzm=E1n_=C1lvarez?= > <[EMAIL PROTECTED]> > To: [email protected] > Subject: Re: [Firebird-net-provider] Firebird.NET and Visual Studio 2005 > Express > Reply-To: [email protected] > > Hello: >> Is it possible to embed Firebird connection into Server Explorer in VS >> = > 2005 >> Express ? > Yes, see ReadmeDDEX.txt file that comes with the setup or the sources=20 > package > > > > --=20 > Carlos Guzm=E1n =C1lvarez > Vigo-Spain > > http://carlosga.blogspot.com/ > > > > > --__--__-- > > _______________________________________________ > Firebird-net-provider mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > End of Firebird-net-provider Digest > > __________ NOD32 1.1396 (20060207) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > > > > ------------------------------------------------------- > 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Firebird-net-provider mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > ------------------------------------------------------- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
