ConnectionLess or ConnectionOriented ResultSet
From: indo3 (indo34_at_gmx.de)
Date: 11/30/04
- Next message: Collin VanDyck: "Help with lexical events and a TransformerHandler"
- Previous message: Brock Heinz: "Re: struts - opening new sized window"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Nov 2004 07:05:16 -0800
Hello,
In JDBC, ResultSet represents a select-result-table from a select-sql-statement
to a database. Question: does ResultSet need an active connection to
the database or is the contents "offline"?
In .NET, there are two approaches: IDataReader for fetching
the next result online, or DataSet for fetching all content and then
going offline if one like. Dont know where to put ResultSet, any idea?
THANKS
- Next message: Collin VanDyck: "Help with lexical events and a TransformerHandler"
- Previous message: Brock Heinz: "Re: struts - opening new sized window"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|