DatabaseMetaData and ResultSet
how do you create a Scrollable ResultSet from a DatabaseMetaData?... A very simple question but I ended up in vain in searching the forum.
I want to retrieve all the valid tables in the database. I want it to be dynamic. I want the user to choose a database at runtime, then get all the tables. Is there a better way implementing this than getting the Tables ResultSet from DatabaseMetaData?