Well, all is finally working with this provider now..!
After further reviewing, I noticed that the Birthdate property was set correctly in the web.config, but in SQL it was nvarchar, changing it to datetime fixed the exception.
As for the Newsletter, I changed from nvarchar to an int and this also took care of the 2nd problem.
Thanks for the support!
|