Subject | Re: FBWDS and charset |
---|---|
Author | brcko47 |
Post date | 2002-11-20T20:16:46Z |
I don't really know :-(
if I use as parameter in FBWrappingDataSource.setDataBase()
//10.1.0.2:3050/data/ibsql/idom.gdb CAN'T CONNECT
10.1.0.2/3050:/data/ibsql/idom.gdb OK (but without charset)
10.1.0.2/3050:/data/ibsql/idom.gdb?lc_ctype=WIN1250 CAN'T CONNECT
CAN'T CONNECT means that no exception nor error is raised but
getConnection() returns null
help
(or tell me, that I'm dumb possibly dumber}
if I use as parameter in FBWrappingDataSource.setDataBase()
//10.1.0.2:3050/data/ibsql/idom.gdb CAN'T CONNECT
10.1.0.2/3050:/data/ibsql/idom.gdb OK (but without charset)
10.1.0.2/3050:/data/ibsql/idom.gdb?lc_ctype=WIN1250 CAN'T CONNECT
CAN'T CONNECT means that no exception nor error is raised but
getConnection() returns null
help
(or tell me, that I'm dumb possibly dumber}
> Why it is not possible to pass in URL?when
>
> --- In Firebird-Java@y..., "brcko47" <brcko@b...> wrote:
> > Hi,
> >
> > can someone explain me if is possible pass charset(lc_ctype),
> > using FBWrappingDataSetpast
> >
> > in URL it is not possible, and can't find method, where can I
> > properties
> >
> > thnx
> >
> > Firebird 1.0 on Slackware 8.01 Linux
> > JayBird 1.0
> > (Tomcat 4.0.3 on Win2k or 4.1.12 on Linux)
> >
> > Brcko