Board index » kylix » Kylix + Firebird + CHARSET=ASCII
|
Gustavo Agudelo Frias
kylix Developer |
Kylix + Firebird + CHARSET=ASCII2005-09-10 05:53:23 AM kylix1 Hy everyone I post here because I think the problem involve our ancient Kylix or my scarce knowledge of GNU/Linux. I did a very little test with Kylix 3 to access a 3 row table, like this one: INSERT INTO APP_CFG (NOMBRE, VALOR) VALUES('TEST01', 'NAME01'); INSERT INTO APP_CFG (NOMBRE, VALOR) VALUES('TEST02', 'LLLLLL'); INSERT INTO APP_CFG (NOMBRE, VALOR) VALUES('TEST03', 'ÑÑÑÑÑÑÑ'); The last row is my problem. As a side note: If you can't see it, it is the letter that we, Spanish spoken people, use and English people don't. As in the name of the language: 'espaÑol'. ASCII values in decimal: 164 or 165. I did a console and GUI test to see that field value, but the only thing that I see in the Kylix IDE while debugging was:'#$D1#$D1#$D1#$D1#$D1#$D1#$D1'. And the GUI application running only shows: '???????'. If anyone have a clue of what I need to configure, please tell me. The GUI was tested with the components: FIBPlus dbExpress Zeos IBX and the console with dbExpress. I think only miss the IBObject beta for Kylix. I don't have it. In Delphi7 everything works as expected. The project can be found here: espanol.f1.pg.briefcase.yahoo.com/ggaaaff espanol.briefcase.yahoo.com/bc/ggaaaff under the directory PUBLIC. If you can't see it, give me other method and I gladly send the project to you. Thanks for the help Gustavo AF -- Using Opera's revolutionary e-mail client: www.opera.com/mail/ |
