> I have finally had time to dig in and figure out what is going on with
> the membership provider. There is nothing wrong with the provider, and
> it seems to be in the database scripts. I found that when the
> MEMBERSHIP_CREATEUSER sp was being called, it was accepting the
> parameters for PASSWORDFORMAT, and PASSWORDANSWER, but they were never
> in the insert statement. Further more through out the entire script, the
> data types were not included BOOLEAN was a custom data type, and the
> most important key to the puzzle was that PKID was declared CHAR(16)
> with a character set of OCTETS, and all the sp had just been declared
> with a CHAR(16) value and no character set. I have included a script
> that has all these changed made and seem is reproducible on different
> machine. 

ok i will correct the script with your modification, and i modify the 
membership_createuser to add the passwordanswer because i forget this 
param.

> All of my previous complaints have now been resolved, except the web
> parts profile provider which I will investigate tomorrow as I have not
> had enough time to test.

how you correct this :
>"For example if you try to retrieve a users email, it returns a null
>value (but the data is stored in the correct field).
>If you add data to comment field, it insert a null value in the
>database"

with the new script ?



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to