[Mono-list] About Request Feature Is Not Implemented

Amc Gmail amc1999 at gmail.com
Tue Oct 30 13:39:05 EDT 2007


HasRows not implemented yet for ODBC. As workaround you can use reader.Read()


On 10/30/07, J.S. Martin <josmar52789 at gmail.com> wrote:
> I having some trouble with a membership provider. I'm running into a
> "Request Feature Is Not Implemented" error when I try to login or create a
> new user. This is my output...
>
>
> System.NotImplementedException
> : The requested feature is not implemented.
>  at System.Data.Odbc.OdbcDataReader.get_HasRows ()
> [0x00000]
>  at
> Simple.Providers.MySQL.MysqlMembershipProvider.ValidateUser
> (System.String username, System.String password) [0x00000]
>
>  at System.Web.UI.WebControls.Login.AuthenticateUser ()
> [0x00000]
>  at System.Web.UI.WebControls.Login.OnBubbleEvent
> (System.Object source, System.EventArgs e) [0x00000]
>  at System.Web.UI.Control.RaiseBubbleEvent
>  (System.Object source, System.EventArgs args) [0x00000]
>  at System.Web.UI.WebControls.Button.OnCommand
> (System.Web.UI.WebControls.CommandEventArgs e) [0x00000]
>  at System.Web.UI.WebControls.Button.RaisePostBackEvent
>  (System.String eventArgument) [0x00000]
>  at
> System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent
> (System.String eventArgument) [0x00000]
>  at System.Web.UI.Page.RaisePostBackEvent
>  (IPostBackEventHandler sourceControl, System.String eventArgument)
> [0x00000]
>  at System.Web.UI.Page.RaisePostBackEvents () [0x00000]
>  at System.Web.UI.Page.InternalProcessRequest () [0x00000]
>  at System.Web.UI.Page.ProcessRequest
>  (System.Web.HttpContext context) [0x00000]
>
> I'm guessing that the OdbcDataReader in mono doesn't support that method
> (hasrows). Got any ideas?
>
>
> --
> _________________________________
>
> Joshua S. Martin
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>


More information about the Mono-list mailing list