From: Joseph M. <jo...@jm...> - 2013-01-14 07:18:01
|
Ok, I didn't realize that FBCommand wasn't something completely specific to Firebird. I see now that it implements IDBCommand. I looked that up, and found the docs and some sample code for using IDBCommand with output parameters online, and I am now able to run my stored procedures, and they're now working as expected! Thank you Jiri for all your help this week. You have helped get me over a major hurdle. I really appreciate it. -Joe On Fri, Jan 11, 2013 at 11:03 AM, Jiri Cincura <di...@ci...> wrote: > On Fri, Jan 11, 2013 at 4:24 PM, Joseph Martinez <jo...@jm...> > wrote: > > How would I call the above SP and retrieve both the values of NEW_QTY and > > AVG_COST? > > Define output parameters, as with any other ADO.NET. Nothing specific > here for Firebird. > > -- > Jiri {x2} Cincura (x2develop.com founder) > http://blog.cincura.net/ | http://www.ID3renamer.com > > > ------------------------------------------------------------------------------ > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > much more. Get web development skills now with LearnDevNow - > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122812 > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |