Results 1 to 3 of 3
-
09-02-2009, 03:30 AM #1
Freshman
- Join Date
- Sep 2009
- Posts
- 31
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
perform before retrieving data from the next result set of a stored procedure
What action do you have to perform before retrieving data from the next result set of a stored procedure?
-
09-02-2009, 08:30 AM #2
- Join Date
- Apr 2008
- Location
- Boston, USA
- Posts
- 13,175
- Thanks
- 744
- Thanked 699 Times in 550 Posts
- Blog Entries
- 4
- Feedback Score
- 4 (100%)
connect to the database, and build the query I guess.
Free Classified Ads & BUSINESS/PROFESSIONAL SOCIAL NETWORK
-
10-26-2009, 08:06 AM #3
Junior
- Join Date
- Sep 2009
- Posts
- 193
- Thanks
- 1
- Thanked 2 Times in 2 Posts
- Feedback Score
- 0
Move the cursor down one row from its current position. A ResultSet cursor is initially positioned before the first row.
Before you can get to the first row, you would need to Move the cursor down by one row ( For ex: in java the first call to next makes the first row the current row; the second call makes the second row the current row, and so on).
Similar Threads
-
How best ot optimize content?
By wujijiangjun in forum Search Engine OptimizationReplies: 13Last Post: 10-27-2011, 08:21 AM -
[WTS] 32 Original MySQL Niche Content Databases On Sale (Industrial Data & Facts)
By immediate in forum ContentsReplies: 0Last Post: 12-22-2009, 09:51 PM -
MySQL Best Practices
By eusha in forum DatabasesReplies: 5Last Post: 12-11-2009, 03:42 AM


Reply With Quote

