Connect to windows SQL Application

Questions about Wine on Linux
Locked
Aaron9615
Level 2
Level 2
Posts: 17
Joined: Wed Jun 13, 2012 9:46 am

Connect to windows SQL Application

Post by Aaron9615 »

Working on a program that uses Microsoft SQL to connect to its database. The specific error that I am getting is ODBC Ddatabase Source cannot make connection. I spoke with the developer, they do not support linux or wine of course, but he stated the error that I am recieving means it cannot connect to the Microsoft SQL database. Any ideas?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

JAJAT
Newbie
Newbie
Posts: 4
Joined: Sat Jul 14, 2012 9:28 am

Post by JAJAT »

try installing libraries jet40 and mdac with winetricks
Aaron9615
Level 2
Level 2
Posts: 17
Joined: Wed Jun 13, 2012 9:46 am

Install

Post by Aaron9615 »

I tried the ODBC install still getting that error.
Aaron9615
Level 2
Level 2
Posts: 17
Joined: Wed Jun 13, 2012 9:46 am

update

Post by Aaron9615 »

Ok now i am geting ODBC database source "source" cannot make connection User:"user"
Locked