Try

String strQuery = "select * from transaction;";

instead of

String strQuery = "select * from transaction";

in the try block.