On Sun, Sep 7, 2008 at 6:58 AM, gewe <[EMAIL PROTECTED]> wrote: > That changes the error message into "Unknown column 'day' in 'field list'". > What should the question mark do? Is it documented somewhere?
I found it necessary for the connector to properly execute the stored procedure. I had similar errors until I added the question mark. Why this does not work doesn't make sense to me, but you might try using an @ prefix instead of the question mark, as this documentation seems to suggest: <http://dev.mysql.com/doc/refman/5.0/en/connector-net-using-stored.html#connector-net-using-stored-calling> -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
