pro_jsp thread: result set type
You can still use a result set, but since the cursor is set before the first record when you create the result set you need to move it to get at your data: myResultSet.next(); > > hi > what must i use instead of result set type when there is only one record is > turned back from my query > > >
|





