BubikolRamios
04-28-2009, 10:05 AM
just lost an hour with this, missing * in sql, and it dies at line 4 (lat_deg does not exists !?), not before as I would expect
-->
in mysql query browser sql like this does not work, of course
strSql = " Select FROM ..."
con.setDataSet(strSql);
con.rs.first();
Integer lat = con.rs.getInt("lat_deg");
-->
in mysql query browser sql like this does not work, of course
strSql = " Select FROM ..."
con.setDataSet(strSql);
con.rs.first();
Integer lat = con.rs.getInt("lat_deg");