On Sat, Jun 14, 2008 at 11:34 AM, Mercea Paul <[EMAIL PROTECTED]> wrote:
> Hi Jiri
>
> I found few errors :
>
> 1.In FbMembershipProvider2.0.sql:
> There is one extra space in PK_USERS name
>
> ALTER TABLE USERS ADD CONSTRAINT PK_ USERS PRIMARY KEY (PKID);
In 1.5 too. :) I've fixed it right now.
Hi Jiri
I found few errors :
1.In FbMembershipProvider2.0.sql:
There is one extra space in PK_USERS name
ALTER TABLE USERS ADD CONSTRAINT PK_ USERS PRIMARY KEY (PKID);
In procedure CREATE PROCEDURE MEMBERSHIP_DELETEUSER (
Comment line
DELETE FROM USERSINROLES WHERE USERS
There's no usersinrole