Hi folks!<br><br>OpenDBX supports now MySQL under
Windows (new release 1.4.3). I couldn&#39;t test SqueakDBX because I have a problem with the
MySQL I have installed in my windows PC, but OpenDBX was tested and
worked perfect. I will fix my MySQL in Windows so that I can test it,
but if you want to also try to test it, you can do it. It is quite easy:<br>
<br>1) Download DLLs from here: <a href="http://linuxnetworks.de/opendbx/download/opendbx-1.4.3_win32.zip" target="_blank">http://linuxnetworks.de/opendbx/download/opendbx-1.4.3_win32.zip</a><br><br>2) Copy libopendbx-1.dll and libmysqlbackend-1.dll to c:/windows/system32/<br>


<br>3) Install your MySQL client libraries. If the database is in other PC, you can install the client libraries...In details:<br><br><p>For using MySQL, you need to install the <a href="http://dev.mysql.com/downloads/mysql/5.1.html#win32" title="http://dev.mysql.com/downloads/mysql/5.1.html#win32" rel="nofollow" target="_blank">&quot;Windows Essentials&quot;</a> available in the download section of the MySQL website. A minimal install must consist of
</p>
<pre>Client Programs -&gt; MySQL Command Line Utilities<br>C Include Files / Lib Files<br></pre>
<p>Otherwise, the libmysql.dll file isn&#39;t installed in the &quot;bin\&quot;
directory and the files in the &quot;include\&quot; and &quot;lib\opt\&quot; directory are
not available.
</p>If you have the database installed, I think you also have the
client, but I am not sure. <br><br>THE IMPORTANT thing is that the MySQL
libraries (dlls) are findable by windows (put it in the same directory of the executable, in path or whatever windows can do)<br><br>If I could test it, I will let you know. If you do it, please let me know ;)<br>
<br>Best,<br><font color="#888888"><br>Mariano<br></font>