Can Wine run a software base on SQL server 2k via LAN???

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
twhitman
Newbie
Newbie
Posts: 1
Joined: Mon May 19, 2008 10:55 am

Can Wine run a software base on SQL server 2k via LAN???

Post by twhitman »

Hi :)
I am a rookie about Linux , I try to run a software (used to be running on Windows ) on Linux , my questions are down below :

1)the software need s to replace some files after installation , but I can not find the actual path of it (simulation at c:\program files\anyi ) .

2)the software needs to access SQL server 2000 on a remote LAN computer .

can Wine solve my problems ?

thanks for your help !!
John Drescher

Can Wine run a software base on SQL server 2k via LAN???

Post by John Drescher »

1)the software need s to replace some files after installation , but I can not find the actual path of it (simulation at c:\program files\anyi )
~/.wine/drive_c/Program Files/anyi
2)the software needs to access SQL server 2000 .
You need winetricks to install mdac (2.5, 2.6, 2.7 or 2.8):

winetricks mdac28

John
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Can Wine run a software base on SQL server 2k via LAN???

Post by vitamin »

twhitman wrote:2)the software needs to access SQL server 2000 on a remote LAN computer .
Use Free TDS with UNIX ODBC
Locked