OLE DB

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
alsan
Level 2
Level 2
Posts: 15
Joined: Wed Aug 10, 2011 9:43 am

OLE DB

Post by alsan »

Hello people ... I need your help

I am currently running an application (made in C #) in wine, this application has a connection to a database (ms sql ).... and running this application there are no errors, but I get an alert message notifying me that it is impossible to connect because it is not or is blocked.

I did a test connectivity and connects tsql ... hize also run the application in Windows, and perfect ... then that configuration files should work ...

The type of connection is through OLE DB ....

thx
joven15
Level 3
Level 3
Posts: 98
Joined: Mon Apr 18, 2011 4:17 am

Post by joven15 »

use MDAC to Connect DAtabase to your SQL
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

Hi alsan,

did something like "winetricks mdac28" work?
alsan
Level 2
Level 2
Posts: 15
Joined: Wed Aug 10, 2011 9:43 am

Post by alsan »

lahmbi5678 wrote:Hi alsan,

did something like "winetricks mdac28" work?
Hi lahmbi5678...

Yes, now I can connect...I had that register the dao360.dll for connect with the database.
Locked