Can I use JDBC 1 methods to work with Unicode data when using the JDBC-ODBC Bridge?

To work with Unicode data in ResultSet.getString() and PreparedStatement.setString(), add:

unicode=on

to the Easysoft JDBC URL.