Subject Re: jdbc driver and unicode
Author llafranc78
Hi


> > jdbc:firebirdsql:localhost/3050:c:/database/my.gdb?
> > lc_ctype=UNICODE_FSS
>
> unfortunately cfmx (coldfusion MX runs on top of jrun4) doesn't like
that
> style of parameter passing. any ideas?

Try using DriverManager.getConnection(String url, java.util.Properties
info), and put all your connection ("user","password","lc_type") in
the Properties object.

Ciao
Luca