Re: Modifying ResultSetTableModel not Database
- From: "VisionSet" <spam@xxxxxxxxxxxx>
- Date: Tue, 29 Nov 2005 17:38:56 GMT
<mitchell.ad@xxxxxxx> wrote in message
news:1133283806.880131.123300@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Does
> anyone know how to modify a resultSet or tablemodel so that it changes
> in the Jtable, but not in the database?
>
You can't, ResultSet interface does not preclude the option of a connected
one.
You will have to copy the values out into some other structure.
Generally speaking you should assume that paging the resultset is actually
paging within the DBMS.
--
Mike W
.
- References:
- Modifying ResultSetTableModel not Database
- From: mitchell . ad
- Modifying ResultSetTableModel not Database
- Prev by Date: Re: Swing Refresh problem
- Next by Date: jtable text size on edit..
- Previous by thread: Modifying ResultSetTableModel not Database
- Next by thread: Signature Capture Applet - Version 2
- Index(es):
Relevant Pages
|