RE: [Firebird-net-provider] Back !!!

2006-05-05 Thread Paul Mercea
Welcome back... How is your new home? Good luck with e-mails. Paul M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Guzmán Álvarez Sent: Friday, May 05, 2006 12:38 PM To: firebird-net-provider@lists.sourceforge.net Subject:

Re: [Firebird-net-provider] How to create a Membership provider with

2006-05-05 Thread Carlos Guzmán Álvarez
Hello: But there's a lot of problems in sample implementation (it's really sample). I've fixed a lot of bugs (but because Carlos is out-of-network I can't merge it into sources). And because, there's no RoleProvider, it's better (for this time) to use default provider with asp.net. I'm

Re: [Firebird-net-provider] Charset

2006-05-05 Thread Carlos Guzmán Álvarez
Hello: I have next function to execute SQL command Please can you send a test case to my private email ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain --- Using Tomcat but need to do more? Need to support web services, security?

Re: [Firebird-net-provider] Error Stored Procedure

2006-05-05 Thread Carlos Guzmán Álvarez
Hello: command =3D New FbCommand(EXECUTE PROCEDURE SP_APONT_VLD_FUNCIONARIO(@CODFUNCIONARIO,@CODSETOR,@ERRO,@DSCFUNCIONARIO)= , FireBirdConnection()) command.CommandType =3D CommandType.Text Try using: command = New FbCommand(SP_APONT_VLD_FUNCIONARIO, FireBirdConnection())

Re: [Firebird-net-provider] Transactions with datasets

2006-05-05 Thread Carlos Guzmán Álvarez
Hello: Here is some code that results in the error message when using transactions with datasets. It's more informative than my last message. The code works with SQL Server 2005 and with SQLite. Please can you send a test database to my private email ??

Re: [Firebird-net-provider] RC3 Bug Report, Example Included

2006-05-05 Thread Carlos Guzmán Álvarez
Hello: this isn't the problem of provider, I think so. You have to add 'tabla.CaseSensitive = true;' because you have in table some same values differs only in case. Doing this works or not ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain