Re: [Firebird-net-provider] Fyracle and CLRExternalEngine.dll

2006-06-12 Thread Le roy Arnaud
> Have you tried to restart the server before setting the breakpoint ?? it = > > may sound weird but i was on thi to do that several times while debugging. > Yes, i tried to restart but it didn't work :( ___ Firebird-net-provider mailing list Firebir

[Firebird-net-provider] Little bug in FbMemberShipProvider.cs

2006-06-12 Thread Le roy Arnaud
Hello, there is a litle bug in the getallusers function. In fact in the first fbcommand : FbCommand command = new FbCommand("SELECT Count(*) FROM " + this.tableName + "WHERE ApplicationName = @ApplicationName", connection); it misses a space in "WHERE ApplicationName = @ApplicationName"

Re: [Firebird-net-provider] Little bug in FbMemberShipProvider.cs

2006-06-12 Thread Jiri Cincura
On 12.6.2006 9:29 Le roy Arnaud wrote: > Hello, > > there is a litle bug in the getallusers function. > In fact in the first fbcommand : > FbCommand command = new FbCommand("SELECT Count(*) FROM " + > this.tableName + "WHERE ApplicationName = @ApplicationName", > connection); > > it misses a sp

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-06-12 Thread Johan Leroy
Hi, The insert of the data is done with import/export functionality from EMS ib manager, with this tool all seems to be ok. Already testeted with the last release but still the same problem regards Johan PS. Didn't get time the last 14 days to work on this project. Carlos Guzmán Álvarez sch

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-06-12 Thread Carlos Guzmán Álvarez
Hello: > The insert of the data is done with import/export functionality from > EMS ib manager, with this tool all seems to be ok. > Already testeted with the last release but still the same problem > regards And are you sure EMS has proper UTF-8 support ? -- Carlos Guzmán Álvarez Vigo-Spai

Re: [Firebird-net-provider] Little bug in FbMemberShipProvider.cs

2006-06-12 Thread Carlos Guzmán Álvarez
Hello: > there is a litle bug in the getallusers function. > In fact in the first fbcommand : > FbCommand command = new FbCommand("SELECT Count(*) FROM " + > this.tableName + "WHERE ApplicationName = @ApplicationName", > connection); > It should be fixed in CVS now trhanks very much :) --

Re: [Firebird-net-provider] FbRoleProvider implementation

2006-06-12 Thread Carlos Guzmán Álvarez
Hello: > I have do a simple implementation of a role provider based on an msdn > article. Added to the CVS thanks very much :D -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no descienda de un esclavo, ni un esclavo que no haya tenido reyes en su fami

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-06-12 Thread Johan Leroy
I think it does because verything is fine with the ODBC driver Carlos Guzmán Álvarez schreef: Hello: The insert of the data is done with import/export functionality from EMS ib manager, with this tool all seems to be ok. Already testeted with the last release but still the same p

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-06-12 Thread Carlos Guzmán Álvarez
Hello: > I think it does because verything is fine with the ODBC driver Huu ... can you try to insert and select the data from the provider, and let me know if it works or not ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no descienda de un es

Re: [Firebird-net-provider] How i use provider for CF?

2006-06-12 Thread Antonio Donia
hello, I see in my C:\WINDOWS\assembly directory the lines: system.data 2.0.0.0969db.. MSIL system.data 2.0.0.0 b77a5c561934e089 x86 --> it is OK unless culture and processor type!!! why it it is not referenced in CF proje