I'm having trouble returning a resultset in this method. It says that my resutset might not have been initialized. Thanks, Justin public static ResultSet runQuery(String q) { ResultSet RS; try {
// The newInstance() call is a work around for some // broken Java implementations