I need help 开发者_StackOverflowwith duplicating a ResultSet using CachedRowSet or any other way possible. I\'m at this point
Here is a sample code in java: try { /* create connection */ Connection conn = DriverManager.getConnection(url, username, password);
Is it possible to update/refresh a RowSet\'s in case the table content is changed (for e.g. another application modifies it)? So this way I \'always\' have an up-to-date version of the table.