Re: [Firebird-net-provider] mebership api with Firebird

2005-11-26 Thread Benton
code by e-mail this coming Monday. Best regards, -Benton Benton wrote: Is there any provider for membership using firebird database? I made myself one in C#, inheriting from System.Web.Security.MembershipProvider. So far it is working fine with the ASP.NET 2.0 login controls. Perhaps it

Re: [Firebird-net-provider] mebership api with Firebird

2005-11-25 Thread Benton
Is there any provider for membership using firebird database? I made myself one in C#, inheriting from System.Web.Security.MembershipProvider. So far it is working fine with the ASP.NET 2.0 login controls. Perhaps it is a good idea to include it in the provider? Regards, -Benton "&

Re: [Firebird-net-provider] DbProviderFactories configuration in

2005-11-23 Thread Benton
lly register the provider in the machine.config file, what are the correct values for "PublicKeyToken" and "type" for the Firebird provider? Please take a look at the machine.config entry for the OleDb Data Provider: Regards, -Benton

Re: [Firebird-net-provider] DbProviderFactories configuration in

2005-11-23 Thread Benton
>>Hi Carlos,When you install the .net provider 2.0 for firebird, wouldn't be >>a good idea to register it in the machine.config file, in order to >>facilitate provider-independent data access?Regards,-Benton > In first place i don't like that ;) Hmmm... I&#

[Firebird-net-provider] DbProviderFactories configuration in machine.config

2005-11-22 Thread Benton
Hi Carlos,When you install the .net provider 2.0 for firebird, wouldn't be a good idea to register it in the machine.config file, in order to facilitate provider-independent data access?Regards,-Benton --- This SF.Net email is sponsor

Re: [Firebird-net-provider] Import dbf to Firebird in .NET

2005-11-08 Thread Benton
k, so you might want to try it first, as no ODBC driver/configuration is needed. For sample connection strings, see: http://www.connectionstrings.com/ Regards, -Benton --- SF.Net email is sponsored by: Tame your development challenges wit

[Firebird-net-provider] Free VS 2005 good for the provider?

2005-11-07 Thread Benton
Hi Carlos, Microsoft is giving away Visual Studio 2005 Express Editions: http://msdn.microsoft.com/vstudio/express/ Will this have an impact on the date you plan to release the 2.0 provider compiled by VS 2005 final, if you have one already? Best Regards, -Benton

Re: [Firebird-net-provider] New to .net

2005-10-26 Thread Benton
> I am using Delphi 2005. > Exist a paper, a demo or whatsoever on using Firebird-net-provider with > Delphi? > either Pascal or C#?? Not specific to Delphi, but as you also mention C#... http://www.dotnetfirebird.org/ Regar

Re: [Firebird-net-provider] ALPHA3 and nullable types

2005-10-24 Thread Benton
cally, with no code changes? Regards, -Benton --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit ht

[Firebird-net-provider] ALPHA3 and nullable types

2005-10-22 Thread Benton
; conn.Open(); cmd.ExecuteNonQuery(); conn.Close(); if the "adate" variable is DateTime instead of DateTime? the code works OK. Any comments? Best Regards, -Benton --- This SF.Net email is sponsored by the JBoss Inc. Get Certifie