If your tables are being modified in the database or you are changing the way the result set is requested, the number of columns may be indeterminate until you actually make the request. This method provides a column count so you can enumerate through the columns to extract the values from them.
See also: | Stproc.outParamCount() |
Prev | Home | Next |
ResultSet.columnName() | Up | ResultSet.next() |
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. |