Our company has a Batch Application which runs every day, It does some database related jobs mostly, import data into database table from file for example.
As far as I know,the JDBC Bridge uses synchronized methods to serialize all calls to ODBC so using mutliple threads won't give you any performance boost unless it boosts your application itself.