Subject | Use ISQL to insert special german characters |
---|---|
Author | Parzival |
Post date | 2015-06-02T20:12:16Z |
Hello all,
for updating some tables at customers I create SQL scripts and execute them with ISQL –i parameter. This works perfect unless I have to insert german special characters like äöüß.
The database is set to ISO8859_1.
Even when I set the charset with – charset for the command line parameter of ISQL it still does not correctly write the ä etc. into the database.
Any experience on this subject?
Thanks in advance
Niko