[Mono-list] Unknown column error when calling MySql stored procedure from Mono C#

Chris Howie cdhowie at gmail.com
Sat Sep 6 18:40:29 EDT 2008


On Sat, Sep 6, 2008 at 11:34 AM, gewe <gewe at hofmail.zzn.com> wrote:
> When I call this procedure from the following C# code, I get an "Unknown
> column 'p_day' in 'field list'" error:

Try using "?p_day" and "?p_amount" as the names in your C# code.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers


More information about the Mono-list mailing list