GAMS Ubuntu

questions about GAMS' tools
Post Reply
NikosM
User
User
Posts: 3
Joined: 5 years ago

GAMS Ubuntu

Post by NikosM »

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?
User avatar
bussieck
Moderator
Moderator
Posts: 1033
Joined: 7 years ago

Re: GAMS Ubuntu

Post by bussieck »

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
Post Reply