<br><br><div class="gmail_quote">On Thu, Jan 14, 2010 at 1:28 AM, Andreas Raab <span dir="ltr">&lt;<a href="mailto:andreas.raab@gmx.de" target="_blank">andreas.raab@gmx.de</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;">

<div>John Chludzinski wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Using SqueakMap I installed &quot;SqueakDBX, version: 1.1&quot;<br>
(OpenDBX-Core-MarianoMartinezPeck.234.mcz).  I then installed<br>
FFI-Win32-ar.2.mcz, just to make sure I had the necessary FFI support.<br>
 Tried &quot;MysqlTinyBenchmarks new benchmarkInsert&quot; again and died with<br>
&#39;Loading backend library failed&#39; in DBXPlatform&gt;&gt;createConnection:.<br>
<br>
BTW, I checked and indeed libopendbx-1.dll is in the bin folder.<br>
<br>
Any ideas?<br>
</blockquote>
<br></div>
You may need the &quot;extra&quot; dlls in the windows download of OpenDBX. I&#39;m thinking they implement the backend connections so if you&#39;re going to use MySQL you&#39;ll likely need the mysql backend dll.<br>
<br></blockquote><div><br>That question is wrriten in the FAQ:  <a href="http://www.squeakdbx.org/FAQ">http://www.squeakdbx.org/FAQ</a><br><br>Yes, it is exactly what Andreas said. Think in OpenDBX like ODBC. You need the odbc.dll but also you will need then the odbc library of the backend. Here it is the same. You need opendbx dll  but also the mysql client library dlls. <br>

<br>You can download essential package from here: <a href="http://dev.mysql.com/downloads/mysql/5.0.html#win32" target="_blank">http://dev.<span class="il">mysql</span>.com/downloads/<span class="il">mysql</span>/5.0.html#win32</a><div id=":2b5" class="ii gt">
You may want to install only the client. Be sure also the that <span class="il"></span>the dlls are &quot;findable&quot; by windows. <br><br>In my case, I installed  in C:/MySQL   and I put in $PATH   the directory C:\MySQL\bin\<br>

</div><br>Probably, this is done automatically done by windows.<br><br>Cheers<br><br>Mariano<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Cheers,<br><font color="#888888">
  - Andreas<br>
<br>
</font></blockquote></div><br>