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 :)
--
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
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"