Calling stored procedures is not like a normal database select. Because the results of a stored procedure are not strictly the results of a simple select but have been cached and processed by the procedure, the database will not generally return them as a record but as a collection of parameters. This method tells you how many there are so you can enumerate them in your script.
| See also: | ResultSet.columns() |
| Prev | Home | Next |
| Stproc.close() | Up | Stproc.outParameters() |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. | ||