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] 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

[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"