| Author |
what is JdbcRowset Funda?
|
jaspal singh
Ranch Hand
Joined: Sep 15, 2005
Posts: 54
|
|
Hi guys, can u give the idea of jdbcrowset in jdk 1.5, with some examples. i mean it should be pretty simple to understand. thanx in advance.
|
Teach me the art of forgetting, for I always remember wat I have forgotten.
|
 |
Sachin Dimble
Ranch Hand
Joined: Dec 07, 2005
Posts: 100
|
|
Hi Jaspal! Rowset is just another type of Resultset Interface which is introduced in JDBC2.0 it has in built functionality of scrollable & updatable resultsets. If ur driver are not supported to scrollable/updatable populate jdbcrowset with resultse will gat automaticaly scrollable & updatable resultsets oveall it's more flexible than Resultset.Can use all the methods of resultset with Rowsets too. It's comes with two favour connected & disconnected. for detail refer to JDBC2.0. e.g. import com.sun.rowset.*;//This pakage is needed to work RowSet JdbcRowSet jd=new JdbcRowSetImpl(/*pass resultset object*/); With Best Regards! Sachin Dimble
|
 |
jaspal singh
Ranch Hand
Joined: Sep 15, 2005
Posts: 54
|
|
Thanx alot sachin. but can u provide something in more details, may be a link. i hav been through several urlsbut all talk goes over.. thanx
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: what is JdbcRowset Funda?
|
|
|