When trying to convert a column read from a recordset using getLong() and the column being converted is a string date-representation the following (expected) error ...
JDBC (Java Database Connectivity) is the generalised Java to RDBMS interconnection layer, analagous to ODBC in the Windows world, or Perl's DBI framework if you prefer. Using JDBC with an appropriate ...