Re: Procedure question
Fernando <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the prompt reply jkl. It answered my question! On Wed, Mar 17, 2010 at 8:30 AM, <[email protected]> wrote: > On Wed, Mar 17, 2010 at 09:49:38AM -0400, Fernando wrote: > >> I want to know the correct way to >> handle the output parameters I'm retrieving. > > http://msdn.microsoft.com/en-us/library/aa936952%28v=SQL.80%29.aspx > > You must fetch the result rows with dbnextrow() or cancel them. (If you cancel them, I doubt you'll reliably be able to retrieve output parameters, though.) > > Binding is optional. dbbind() is just a convenient way to have the library populate your program's variables. > > Otherwise your code looks good. > > I hope that answers your question. > > --jkl > _______________________________________________ > FreeTDS mailing list > [email protected] > http://lists.ibiblio.org/mailman/listinfo/freetds >