Easysoft JDBC-ODBC BridgeCan I use JDBC 1 methods to get/set columns with Unicode data? |
|
You can use the ResultSet.getString() method to retrieve and the PreparedStatement.setString() method to set Unicode data in a column.
To enable this feature use the Easysoft JDBC URL attribute unicode=on
and have either a trial or a purchased license for your server.