<br><br><div class="gmail_quote">On Sun, May 10, 2009 at 5:39 AM, &quot;S.J.Chun&quot; <span dir="ltr">&lt;<a href="mailto:chunsj@embian.com">chunsj@embian.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;">
I&#39;m using Squeak driver (which uses FFI). And yes, I&#39;m very interested in Windows binary.<br>
</blockquote><div><br>Ok. I just tested the dlls I told you in my windows machine and I worked perfect. All I did is:<br><br>1) Download dlls from here:  <a href="http://reauktion.de/flugphase/en/2009/03/19/">http://reauktion.de/flugphase/en/2009/03/19/</a> . Then I copied them to c:/windows/system32. <br>
There is not only the OpenDBX dll but also the sqlite3 one. So, if you want to use the Sqlite3 driver you are using till now in windows, instead of SqueakDBX, you can also try it.<br><br>2) use sqlite3.exe and create a database. Something like this: sqlite3.exe sodbxtest<br>
<br>3) download SqueakDBX from MC or Universes. <br><br>4) Change DBXSqliteFacility #createConnection  and put the path you make for the database in 2)<br><br>5) Read how to run the tests here: <a href="http://wiki.squeak.org/squeak/6077">http://wiki.squeak.org/squeak/6077</a> and run them. <br>
<br>To make run SqueakDBX with sqlite in Linux read: <a href="http://wiki.squeak.org/squeak/6129">http://wiki.squeak.org/squeak/6129</a>. <br>For mac read: <a href="http://wiki.squeak.org/squeak/6129">http://wiki.squeak.org/squeak/6129</a> and <a href="http://smalltalkimpressions.blogspot.com/2009_01_01_archive.html">http://smalltalkimpressions.blogspot.com/2009_01_01_archive.html</a><br>
<br>If you will start using SqueakDBX you should read all the wiki: <a href="http://wiki.squeak.org/squeak/6052">http://wiki.squeak.org/squeak/6052</a> and specially the getting started: <a href="http://wiki.squeak.org/squeak/6061">http://wiki.squeak.org/squeak/6061</a>.<br>
<br>Tell me if this works for you.<br><br>Consider talking in squeak-dev mailing list so that not to be so much of topic in this list :)<br><br>Cheers,<br><br>Mariano</div></div><br>