Search found 5 matches
- 13.09.2006, 18:35
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problems with Codepage
- Replies: 6
- Views: 2554
Hi Dorin, this IS already the current setting in my.ini. Both for Client and for server. But maybe I have to be more precise: The database is feeded by a webbased application (PHP). When I look in the database with Tools like phpMyAdmin I can see that Umlaute are stored correctly. But when I call my...
- 13.09.2006, 09:28
- Forum: MySQL
- Topic: German Umlaute
- Replies: 7
- Views: 2736
German Umlaute
Hi, I have problems with German Umlaute (ÄÖÜß). My environment: D7, ZEOS 6.5.1 alpha CVS as of 23/09/2005 and mySQL 4.1.13. I understand that I can add a codepage to the TZconnection's properties, like ZConnection.Properties.Add ('Codepage=ISO8859_1'); As far as I know my db-server has no ISO8859_1 ...
- 13.09.2006, 09:22
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problems with Codepage
- Replies: 6
- Views: 2554
- 09.09.2006, 20:13
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problems with Codepage
- Replies: 6
- Views: 2554
Hi Barko, thanks for your reply and help. Unfortunately your solution might work for Firebird, but I do not know/find any *.dll like those you mentioned for mySQL. Instead I tried commands like SET NAMES utf8 or SET CHARACTER_SET utf8 in order to pursuade mySQL to send/transform characters to my nee...
- 08.09.2006, 14:51
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problems with Codepage
- Replies: 6
- Views: 2554
Problems with Codepage
Hi, I have problems with German Umlaute (ÄÖÜ). My environment: D7, ZEOS 6.5.1 alpha CVS as of 23/09/2005 and mySQL 4.1.13. I understand that I can add a codepage to the TZconnection's properties, like ZConnection.Properties.Add ('Codepage=ISO8859_1'); As far as I know my db-server has no ISO8859_1 i...