Hello! I need to connect to specified MsAccess file from OJB by using JDBC-ODBC bridge. Everything works quite well, but I need to connect with using specified character set. I read in this article that JDBC-ODBC allows to do it: http://java.sun.com/j2se/1.4.2/docs/guide/jdbc/bridge.html by using charSet property in jdbc:odbc connection.
But then I'm trying to specify character Set in dbalias property like dbalias="PhoneBook?charSet=windows-1251" I got an error from JDBC-ODBC driver: wronge name. So, how can I specify character set name for MsAccess connection? Best Regards, Alexey Kakunin Project Manager PIKOS GmbH Post Str. 24 53111 Bonn Tel: +49 30 43 72 92-30 Fax: +49 30 43 72 92-30
