GAMS Ubuntu

Hi,

I have installed GAMS for windows in Ubuntu via wine because in unix version the sql2gms tool does not work and I need it in order to upload data from an sql server database. Unfortunately although I have installed it successfully, when I am trying to run my code it shows an error when trying to connect to database. The error says “ole error 800401f3 adobd.connection” . Can someone help me to fix it?

That won’t work. Wine implements the Windows API not the overall Windows system, so not OLE or ODBC data connectors that are used by sql2gms.
-Michael