Aneez Backer writes: > exception thrown: > java.sql.SQLDataException: Invalid character string format for type int. Sounds like you're calling ResultSet.getInt() on a string column. Could that be the case? -- Knut Anders