I had some problems when trying to create procedures in a Firebird database. I put the following code in a TZSqlProcessor:
Code: Select all
create procedure testproc as
begin
/* this is a test for umlauts äöüß */
end ^
If the ClientCodepage is set to WIN1252 everything works as expected. So it seems that the transcoding to UTF8 doesn't work as expected?
My Environment is Delphi XE2 and Zeos 7.0.3.[edit]The database is Firebrd 2.1.5, and so is the protocol in Zeos.[/edit]
If it is needed I can add a small sample program to this thread for demonstrating the problem.
Best regards,
Jan