<br><br><div class="gmail_quote">On Sat, Jul 18, 2009 at 8:19 PM, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote"><div class="im">On Sat, Jul 18, 2009 at 7:24 PM, Michal Perutka <span dir="ltr">&lt;<a href="mailto:michal.perutka@gmail.com" target="_blank">michal.perutka@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>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:<br></blockquote></div><div><br>Hi! Welcome to SqueakDBX. We hope we can help you :)<br>

You say &quot;and finally I was able to get my first result&quot;. Did you have any problem? We would love to know it so that to fix it or at least to document it. We want to make our wiki the most useful possible.<br> </div>
<div class="im">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>connectionSettings := DBXConnectionSettings<br>        host: &#39;<a href="http://oracledb2.srs.cz" target="_blank">oracledb2.srs.cz</a>&#39;<br>


        port: &#39;1521&#39;<br>        database: &#39;ISMON&#39;<br>        userName: &#39;xxx&#39;<br>        userPassword: &#39;xxx&#39;.<br><br>conn := DBXConnection<br>        platform: DBXOraclePlatform new<br>        settings: connectionSettings.    <br>


<br>conn connect.<br>conn open.<br>result := conn execute: &#39;select name from users order by name&#39;.<br>DBXTranscript show: result.<br>conn close.<br>conn disconnect.<br><br>But I have two problems:<br>- all czech characters are converted to ASCII (diacritical marks are removed)</blockquote>

</div><div><br>mmmmm  I have a couple of cuestions about this:<br><br>1) The database is also in a Windows? or other OS ?<br><br>2) Can you send me an example of those czech characters ? perhaps a record of the user table?<br>
<br>
3) I remember that in Oracle you can specify the encoding of the database. which is the encoding of the one you are trying to use?<br><br>4) Can you perfectly send queries and inserts using czech characters  using a SQL client like sqlplus or SLQDeveloper ?<br>

<br> </div><div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
- order of names is bad<br></blockquote></div><div><br>This is weird. Cannot do it right now, but in case we don&#39;t have a unit test for this, I will do it and see if I can reproduce it here. If there is a bug, it will be fixed :)</div>
</div></blockquote><div><br>Ok. Done. Tried to reproduce it here with oracle but it is working well for me. I created a test to verify it: DBXQueryTest&gt;&gt;testOrderBy<br><br>It is commited in OpenDBX-Core-MMP.222<br><br>
You can run ALL tests and ALL should be green. Read <a href="http://wiki.squeak.org/squeak/6077">http://wiki.squeak.org/squeak/6077</a><br><br>Let me know the results of that test and if you want tell me if the results of the rest.<br>
<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote"><div><br>
 </div><div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Does SqueakDBX support national character sets and sorting ?</blockquote>
</div><div><br>
Sorting for sure. Perhaps there is a little bug but this is supported.<br><br>National character, I have to investigate it a bit. There are several &quot;things&quot; here:<br><br>- Database support<br>- Native C client library support<br>

- OpenDBX<br>- Squeak has a lot of problems with encoding yet<br>- SqueakDBX<br><br>However, my latin amercian characters like:<br><br>&#39;éçèéçè&#39;, <br> &#39;éçèéçèéçèéçè&#39;, &#39; <br>&#39;äöüäöü&#39;<br>&#39;äöüäöüäöüäöü&#39;<br>

<br>are working well.<br><br>When you answer me your questions I can ask openDBX author and also make some tests. <br><br>Best,<br><br>Mariano<br><br><br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br><font color="#888888"><br>Michal<br><br>
</font><br>_______________________________________________<br>
SqueakDBX mailing list<br>
<a href="mailto:SqueakDBX@lists.squeakfoundation.org" target="_blank">SqueakDBX@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx</a><br>
<br></blockquote></div><br>
</blockquote></div><br>