Subject Re: [firebird-support] isql + Character Set
Author Friedrich Remmert
Am Samstag, 8. Januar 2005 15:15 schrieb Sascha Dechert:
> Hello,
>
> i am new to this list but i hope someone can/will help me. :P I searched
> the archives and Google but did not find anything helpfull.
>
> I am running a Firebird 1.5 SS Server on Fedora Core 2 and i can only
> access that server via ssh. I have to execute an SQL-Script thats stored
> in ISO-8859_1 character set via isql. When i try to run
> "./isql /path/to/database.gdb -i script.sql" i get the error message
> "Cannot transliterate between character sets".
>
Hi,

try the following header in your script:
set names iso8859_1;
connect '/path/to/database.fdb' user 'username' password 'password';
...
The character set has to be specified before the connect.
fr.
> The database is initialized with the ISO-8859_1 character set as well.
> The script contains (german) umlauts and these are supported by the
> ISO-8859_1 character set.
>
> Anyone knows what i am doing wrong or if i'd missed something?
>
> Greets,
>
> Sascha
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>