<br><br><div class="gmail_quote">2010/8/21 Herbert König <span dir="ltr">&lt;<a href="mailto:herbertkoenig@gmx.net" target="_blank">herbertkoenig@gmx.net</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


Hi,<br>
<br>
i read through the list archives to find out how to connect to a MSSQL<br>
server under Win XP.<br>
<br>
Which dlls do I need?<br>
<br></blockquote><div><br>Hi Norbert. For EACH database you need to connect from windows you need two dlls:  <br><br>- libopendbx-1.dll<br>- libXXXbackend-1.dll <br><br>For each backend, you change the XXX for your database. For example, in your case it is libmssqlbackend-1.dll<br>


<br>So..you need libmssqlbackend-1.dll and libopendbx-1.dll<br><br>All dlls can be found in OpenDBX website from here: <a href="http://www.linuxnetworks.de/doc/index.php/OpenDBX/Setup/Windows" target="_blank">http://www.linuxnetworks.de/doc/index.php/OpenDBX/Setup/Windows</a><br>


<br>Direct link: <a href="http://linuxnetworks.de/opendbx/download/opendbx-1.4.5_win32.zip" target="_blank">http://linuxnetworks.de/opendbx/download/opendbx-1.4.5_win32.zip</a><br><br>For knowing how to install OpenDBX in general, read: <br>


<br>
<a href="http://www.squeakdbx.org/Compiling%20and%20installing%20OpenDBX" target="_blank">http://www.squeakdbx.org/Compiling%20and%20installing%20OpenDBX</a><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">



>From my MySQL experiments I know that I need the backend dll which I<br>
took out of a mail from Mariano (Hi Mariano, how are you?) and a client dll<br>
from MS.<br>
<br>
Some mails suggest I also need the freeTDS library but the website<br>
says freeTDS is for Linux.<br>
<br>
So where to get the TDS library (if necessary) and what&#39;s the name of<br>
MS client library?<br></blockquote><div><br>You need to download the binaries (dlls) for the TDS library. <br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


<br>
As our ERP system uses ODBC to access MS SQL server and SqueakDBX also<br>
has a class DBXOdbcMSSQLFacility maybe it&#39;s easier to go through ODBC?<br>
Speed is not an issue, I expect no more than a few 1000 elements in<br>
any result set.<br></blockquote><div><br>Exactly. There are 2 possibilities:<br><br>Use MSSQL backend (which uses TDS) or ODBC backend. <br><br>You can try also with the SqueakDBX ODBC backend or...directly use the Squeak ODBC driver (and not use SqueakDBX nor OpenDBX at all)<br>

 </div><div>Diogenes few weeks ago was trying to use MSSQL from windows...I don&#39;t remember what happened. Diogenes? <br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Also which port to use to connect to MSSQL?<br>
<br>
I welcome every suggestion.<br>
<br>
Cheers,<br>
<br>
Herbert<br>
<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>
</blockquote></div><br>