| Subject | Re: [firebird-support] isql + Character Set | 
|---|---|
| Author | Ag0nY | 
| Post date | 2005-01-12T09:39:29Z | 
Am Mon, 2005-01-10 um 17.18 schrieb Friedrich Remmert:
Sascha
--
Ag0nY <ag0ny@...>
            > try the following header in your script:Thank you very much. That worked like a charm. :D
> set names iso8859_1;
> connect '/path/to/database.fdb' user 'username' password 'password';
> ...
> The character set has to be specified before the connect.
Sascha
--
Ag0nY <ag0ny@...>