Subject | Re: [firebird-support] Jaybird, charset, openoffice (worng forum?) |
---|---|
Author | Luca Lafranchi |
Post date | 2004-01-15T12:24:43Z |
Hi :)
Try using "lc_type" instead of "charset".
Ciao
Luca
Henrik Sitter wrote:
Try using "lc_type" instead of "charset".
Ciao
Luca
Henrik Sitter wrote:
>
> Dim dbInfoData(3) As New com.sun.star.beans.PropertyValue
>
> dbInfoData(0).Name = "user"
> dbInfoData(0).Value = "SYSDBA"
> dbInfoData(1).Name = "password"
> dbInfoData(1).Value = "henrikhenrik"
> dbInfoData(2).Name = "JavaDriverClass"
> dbInfoData(2).Value = "org.firebirdsql.jdbc.FBDriver"
> dbInfoData(3).Name = "charset"
> dbInfoData(3).Value = "ISO-8859-1" 'Have also tried ISO_8859_1,
> ISO8859_1, ISO88591 etc.
>
> oConnection =
> DatabaseContext.getConnectionWithInfo("jdbc:firebirdsql:localhost/3050:c
> :/Test/Test.fdb", dbInfoData())
>