| Sign In/My Account | View Cart |
| Article: |
Stored Procedures for Java Programmers | |
| Subject: | getResults? | |
| Date: | 2003-08-15 06:15:38 | |
| From: | anonymous2 | |
| I am a little confused by the 'getResults' references in a couple of the examples. I don't see any definition of that reference in the preceeding code. Is that a typo or something I don't get? | ||
Showing messages 1 through 2 of 2.
In both examples the call to getResults.execute() should actually be toesUp.execute() (and also getResults.getObject()). In other words, call execute() on the stored proc.
Many apologies for this and other typos.