Hi again! I need to set properties for database connection in java code i write:
Properties connInfo = new Properties();
connInfo.put("useUnicode","true");
connInfo.put("characterEncoding","Cp1251");
con = DriverManager.getConnection(url, connInfo);
but i don't know how to do same in cocoon configuration
help pls
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
