Re: Java SQL interface
- From: Arto Viitanen <arto.viitanen@xxxxxx>
- Date: Wed, 07 Jun 2006 08:53:17 +0300
lakshmi Ashok wrote:
Java & SQL
---------------------
A java result set cannot be accessed if I close the sql connection.
Where are the contents of the result set actually residing?
Most likely at the SQL database server. Normally result set is
a cursor, which is more or less as name implies, a cursor which keeps
record how much the query result has been fetched and the content of
current row.
--
Arto Viitanen, CSC Ltd
Espoo, Finland
.
- Follow-Ups:
- Re: Java SQL interface
- From: lakshmi Ashok
- Re: Java SQL interface
- References:
- Java SQL interface
- From: lakshmi Ashok
- Java SQL interface
- Prev by Date: Java SQL interface
- Next by Date: Re: Java SQL interface
- Previous by thread: Java SQL interface
- Next by thread: Re: Java SQL interface
- Index(es):
Relevant Pages
|