Re: [Firebird-net-provider] Provider Name

2006-02-03 Thread Juan Jose Ochoa
* * * C A N C E L * * * --- 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 SPLU

Re: [Firebird-net-provider] ASP and FirebirdSQL

2006-02-03 Thread Juan Jose Ochoa
> > That's not what he's talking about. Right click on the 'bin' folder in > your project and select 'Add Reference'. Browse to the folder where you > have installed the .NET provider and select > 'FirebirdSql.Data.Firebird.dll'. This will add a reference for the > provider to your project.

Re: [Firebird-net-provider] ASP and FirebirdSQL

2006-02-03 Thread Cecil Martin
Juan Jose Ochoa wrote: ""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello: The specific problem is that I cannot see the namespace=20 "FirebirdSQL.Data.FirebirdClient" (Not found or No public members). Similar error in 1.1 Framework. Have you added

Re: [Firebird-net-provider] ASP and FirebirdSQL

2006-02-03 Thread Juan Jose Ochoa
>> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\Fi= > rebirdSql.Data.FirebirdClient] >> @=3D"C:\\Program Files\\FirebirdClient" >> >> Is that what you mean? > No you will need to modify your web.config file to reference the=20 > provider assembly > > > Nop! I just added what

[Firebird-net-provider] Provider Name

2006-02-03 Thread Juan Jose Ochoa
Hi, Trying to see firebird from ASP.NET. Another approach that I am using is to use "System.Data.OleDb" namespace. Dim cnnStr = "Provider=?;User=SYSDBA;Password=masterkey;Database=qcrepbackup;DataSource=localhost;Port=3050;Dialect=3;Charset=NONE;Role=;Connection lifetime=0;Conn

Re: [Firebird-net-provider] ASP and FirebirdSQL

2006-02-03 Thread Carlos Guzmán Álvarez
Hello: Thanks for your answer. This is what I have in the registry: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\FirebirdSql.Data.FirebirdClient] @="C:\\Program Files\\FirebirdClient" Is that what you mean? No you will need to modify

[Firebird-net-provider] [ANN] FirebirdClient 2.0 Beta 4 released.

2006-02-03 Thread Carlos Guzmán Álvarez
Hello: FirebirdClient 2.0 Beta 4 for Visual Studio 2005 & Microsoft.NET 2.0, the ADO.NET Data Provider for Firebird, is available for download. Download information can be found here: http://www.firebirdsql.org/index.php?op=files&id=netprovider · Beta 4 ( 2006-02-03 ) · (Please read the Ch

Re: [Firebird-net-provider] ASP and FirebirdSQL

2006-02-03 Thread Juan Jose Ochoa
""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello: >> The specific problem is that I cannot see the namespace=20 >> "FirebirdSQL.Data.FirebirdClient" (Not found or No public members). >> Similar error in 1.1 Framework. > Have you added a reference to th

Re: [Firebird-net-provider] ASP and FirebirdSQL

2006-02-03 Thread Carlos Guzmán Álvarez
Hello: The specific problem is that I cannot see the namespace "FirebirdSQL.Data.FirebirdClient" (Not found or No public members). Similar error in 1.1 Framework. Have you added a reference to the assembly ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ -

[Firebird-net-provider] ASP and FirebirdSQL

2006-02-03 Thread Juan Jose Ochoa
Let's put it easier. Has anybody in this newsgroup ever accessed FirebirdSQL from an ASP.NET page (any framework, any provider)? very brief example is appreciated. Is it possible under the current conditions? I normally use regular ASP and OLEDB. I'm about to start a new project and I considere

Re: [Firebird-net-provider] connection.GetSchema("Columns") doesn't return default

2006-02-03 Thread Amanda Kabak
Carlos Guzmán Álvarez wrote: Hello: This is very strange. With the debug version of the latest 1.7 release candidate (sources on the firebird site), it works correctly. I will continue to use this version for development purposes and then figure out how to switch over to a release version at

Re: [Firebird-net-provider] connection.GetSchema("Columns") doesn't return default

2006-02-03 Thread Carlos Guzmán Álvarez
Hello: This is very strange. With the debug version of the latest 1.7 release candidate (sources on the firebird site), it works correctly. I will continue to use this version for development purposes and then figure out how to switch over to a release version at some point moving forward, I g

Re: [Firebird-net-provider] acess from a client to the server

2006-02-03 Thread Carlos Guzmán Álvarez
Hello: Now I'd like to run my application on an second pc (client Win98) and I need now access to the server+dataBase on the main pc. What I have to do, that I can acces on my database on the server pc? What firebird dll's I need on this pc? Is it necessary to install any firebird tool on the cl

[Firebird-net-provider] acess from a client to the server

2006-02-03 Thread ille7
Hi all, I need a little bit help for ma application. I've got an pc (Win XP) on it is running the firebird server. The database is stored on this pc.   Now I'd like to run my application on an second pc (client Win98) and I need now access to the server+dataBase on the main pc. What I have t