On Sat, Sep 6, 2008 at 11:34 AM, gewe <[EMAIL PROTECTED]> 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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
