I have a program that accesses Mssql 2000 database from Windows 2003 server. Now I need to run this program in Linux.<br>    I setup wine, mdac28 etc.<br>    I can install the program with one error:<br>
             ODBC&#39;s SQLRemoveDriverManager Failed.<br><br>    I can also create a system DSN in Linux using odbcad32.exe under wine.<br><br>    But when I run the program the following error occurs:<br>         Specifed SQL Server not found.<br>

<br>    The code I used is:<br>         Db.open
&quot;Provider=SQLOLEDB.1;Persist Security Info=True; User ID=sa; Initial
Catalog=ForLinuxTest;Data Source=WINSERVER.VISUALWIN.<div id=":l" class="ii gt">TESTDOMAIN; Password=kumaresan&quot;<br><br>    If I modify this code to use DSN, It looks for a unixODBC DSN instead of wine DSN.<br>
<br>    What should I do?<br><br>    Help me if you can...............<br><font color="#888888"><br><br>---Kumaresan.</font></div>