As long as the column "ID" is returned to the record set you should be able to use rs.getString("ID")
As you are using a wildcard, i.e. SELECT * then you should be returning all columns.
As for the create table question, I am sure it is possible, but you would be better looking for SQL tutorials.
|