Hi Vlad:

Vlad Ali dijo:
> 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

See this doc:
http://wiki.cocoondev.org/Wiki.jsp?page=DatabaseConnectionOverview

Best Regards,

Antonio Gallardo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to