[SqueakDBX] Problem with Czech characters

Michal Perutka michal.perutka at gmail.com
Sat Jul 18 22:24:55 UTC 2009


Hello,

I started to test SqueakDBX yesterday (Squeak 3.10.2, OpenDBX 1.4.1, Windows
XP, Oracle DB) and finally I was able to get my first result set:

connectionSettings := DBXConnectionSettings
        host: 'oracledb2.srs.cz'
        port: '1521'
        database: 'ISMON'
        userName: 'xxx'
        userPassword: 'xxx'.

conn := DBXConnection
        platform: DBXOraclePlatform new
        settings: connectionSettings.

conn connect.
conn open.
result := conn execute: 'select name from users order by name'.
DBXTranscript show: result.
conn close.
conn disconnect.

But I have two problems:
- all czech characters are converted to ASCII (diacritical marks are
removed)
- order of names is bad

Does SqueakDBX support national character sets and sorting ?

Michal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeakdbx/attachments/20090719/3aec4ce8/attachment.htm


More information about the SqueakDBX mailing list