ZEOS, Firebird and German Umlaute
Posted: 19.12.2005, 10:36
Hello,
I have problems with a SQL statement like:
ZReadOnlyQuery1.sql.add('Select * from T_Buchung where "Art_Name" like :sbegriff');
ZReadOnlyQuery1.Params[0].asstring:= sbegriff;
sbegriff is for example: %Blüte%
I get an error like:
arithmetic exception, numeric overflow or string truncation Cannot transliterate character between character sets
How can I find a string with German Umlaute like Ü,Ä,Ö, ect with a SQL-Statement?
Many thanks and best regards
Josef
I have problems with a SQL statement like:
ZReadOnlyQuery1.sql.add('Select * from T_Buchung where "Art_Name" like :sbegriff');
ZReadOnlyQuery1.Params[0].asstring:= sbegriff;
sbegriff is for example: %Blüte%
I get an error like:
arithmetic exception, numeric overflow or string truncation Cannot transliterate character between character sets
How can I find a string with German Umlaute like Ü,Ä,Ö, ect with a SQL-Statement?
Many thanks and best regards
Josef