[Firebird-net-provider] CAN'T OPEN FIREBIRD CONNECTION USING VB.NET

2006-03-27 Thread apollo estrella
i already installed the latest firebird .net data provider ver. 1.7.0.b in my visual studio-net. i'm using vb.net. i added reference to firebirdsql.data.firebird.dll to my project and declared "import firebirdsql.data.firebird" statement in the first line of my script. below is my script, the line

[Firebird-net-provider] CAN'T OPEN FIREBIRD CONNECTION USING VB.NET

2006-03-27 Thread apollo estrella
i already installed the latest firebird .net data provider ver. 1.7.0.b in my visual studio-net. i'm using vb.net. i added reference to firebirdsql.data.firebird.dll to my project and declared "import firebirdsql.data.firebird" statement in the first line of my script. below is my script, the line

Re: [Firebird-net-provider] Visual Studio 2005 and .Net Provider 2.0

2006-03-27 Thread DarsVaeda
Carlos Guzmán Álvarez schrieb: Hello: .reg file sorry .. ;) Could you retry using this reg file: http://cvs.sourceforge.net/viewcvs.py/*checkout*/firebird/NETProvider/NETProvider_20/source/FirebirdSql/VisualStudio/FirebirdSql.VisualStudio.DataTools/FirebirdDDEXProviderPackageLess.reg?rev=1.2

Re: [Firebird-net-provider] CheckConstraints

2006-03-27 Thread Carlos Guzmán Álvarez
Hello: Hello! CheckConstraint query SELECT null AS CONSTRAINT_CATALOG, null AS CONSTRAINT_SCHEMA, chktb.rdb$constraint_name AS CONSTRAINT_NAME, chktb.rdb$relation_name AS TABLE_NAME, trig.rdb$trigger_source AS CHECK_CLAUSULE, trig.rdb$description AS DESCRIPTION FROM rdb$relati

[Firebird-net-provider] CheckConstraints

2006-03-27 Thread sunika
Hello!   CheckConstraint query SELECTnull AS CONSTRAINT_CATALOG,null AS CONSTRAINT_SCHEMA,chktb.rdb$constraint_name AS CONSTRAINT_NAME,chktb.rdb$relation_name AS TABLE_NAME,trig.rdb$trigger_source AS CHECK_CLAUSULE,trig.rdb$description AS DESCRIPTIONFROM rdb$relation_constr

Re: [Firebird-net-provider] FirebirdSql.Web.Providers

2006-03-27 Thread Jiri Cincura
On 27.3.2006 15:41 Carlos Guzmán Álvarez wrote: No, nothing special there. Now is my mind more clear. :) -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends ap

Re: [Firebird-net-provider] Using GUI for ADO.NET FB in ASP.NET

2006-03-27 Thread Jiri Cincura
On 27.3.2006 15:42 Carlos Guzmán Álvarez wrote: Hello: I'm using VS. I've added it. I can see the FbXxx components, but they're grayed (when I show all) - drag&drop to design place isn't allowed. :( Same problem with Windows Forms ?? No, Winforms are OK. -- Jiri Cincura http://www.cincur

Re: [Firebird-net-provider] About DataAdapter.Dispose()

2006-03-27 Thread Carlos Guzmán Álvarez
Hello: Fixed in CVS for 2.0 sources. -- Best regards Carlos Guzmán Álvarez Vigo-Spain -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that

Re: [Firebird-net-provider] Visual Studio 2005 and .Net Provider 2.0

2006-03-27 Thread Carlos Guzmán Álvarez
Hello: Visual Studio SDK from March 2006 Regex? .reg file sorry .. ;) I took the .reg file included in the installation and added those options missing (Codebase / Path) Could you retry using this reg file: http://cvs.sourceforge.net/viewcvs.py/*checkout*/firebird/NETProvider/NETProvider_20/

Re: [Firebird-net-provider] Using GUI for ADO.NET FB in ASP.NET

2006-03-27 Thread Carlos Guzmán Álvarez
Hello: I'm using VS. I've added it. I can see the FbXxx components, but they're grayed (when I show all) - drag&drop to design place isn't allowed. :( Same problem with Windows Forms ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/

Re: [Firebird-net-provider] FirebirdSql.Web.Providers

2006-03-27 Thread Carlos Guzmán Álvarez
Hello: Yes, I know, that MembershipProvider is abstract class. Now I look at the code of FbMembershipProvider. It's only "sample" implementation for FB, yes? Nothing more special? No, nothing special there. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/

Re: [Firebird-net-provider] FirebirdSql.Web.Providers

2006-03-27 Thread Jiri Cincura
On 27.3.2006 11:36 Carlos Guzmán Álvarez wrote: Hello: what's the difference between MembershipProvider and FbMembershipProvider? MembershipProvider is an abstract class to derive custom Membership Providers implementations. Yes, I know, that MembershipProvider is abstract class. Now I look a

Re: [Firebird-net-provider] Using GUI for ADO.NET FB in ASP.NET

2006-03-27 Thread Jiri Cincura
On 27.3.2006 12:35 Carlos Guzmán Álvarez wrote: Hello: I'm now playing with ASP.NET (for the first time, and it seems to be very interesting). But when I start VS in "Web Site" mode, I'm not able to see the FbXxx components - i.e. FbCommand. I can create it from the code, but sometimes is be

Re: [Firebird-net-provider] Visual Studio 2005 and .Net Provider 2.0

2006-03-27 Thread DarsVaeda
Carlos Guzmán Álvarez schrieb: Hello: What version ?? The DDEX assemblies on RC1 are built against the latest CTP of the Visual Studio SDK What regex file have you used ?? What error appears in the Windows Event Log Visual Studio SDK from March 2006 Regex? I took the .reg file included in th

Re: [Firebird-net-provider] Using GUI for ADO.NET FB in ASP.NET

2006-03-27 Thread Carlos Guzmán Álvarez
Hello: I'm now playing with ASP.NET (for the first time, and it seems to be very interesting). But when I start VS in "Web Site" mode, I'm not able to see the FbXxx components - i.e. FbCommand. I can create it from the code, but sometimes is better to create something in design. Is somethin

Re: [Firebird-net-provider] Visual Studio 2005 and .Net Provider 2.0

2006-03-27 Thread Carlos Guzmán Álvarez
Hello: visual studio sdk What version ?? The DDEX assemblies on RC1 are built against the latest CTP of the Visual Studio SDK the registry stuff What regex file have you used ?? changed the machine.config when i open a new project and try to add a new datasource then click "add a new connect

[Firebird-net-provider] Visual Studio 2005 and .Net Provider 2.0

2006-03-27 Thread DarsVaeda
Hi, again someone with problems with that combinition. i try to use the ddex. i think i have installed everything properly (i read all the articles in the list) so i installed: firebird 2.0 embedded net provider 2.0rc1 visual studio sdk the registry stuff changed the machine.config when i open

Re: [Firebird-net-provider] FirebirdSql.Web.Providers

2006-03-27 Thread Carlos Guzmán Álvarez
Hello: what's the difference between MembershipProvider and FbMembershipProvider? MembershipProvider is an abstract class to derive custom Membership Providers implementations. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ -