Mdac2.8 Installation problem reg

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
arun119
Newbie
Newbie
Posts: 3
Joined: Thu Sep 25, 2008 6:15 am

Mdac2.8 Installation problem reg

Post by arun119 »

i install wine in my machine then i run the vb6.0 application that is work correctly (No Database Connection )

now i want to run vb 6.0 with Database Connection (Sql server) , now my application is not connected to Sql server

if i install MDAC2.8 i receive the Error like Unhandled Page fault read Access
that is problem , how i install mdac2.8

Please help me , before mdac2.8 installation any configuration is need

i am using the below wine rpm file

wine-core-1.1.5-1.fc9.i386.rpm

Regards
Arun
James McKenzie

Mdac2.8 Installation problem reg

Post by James McKenzie »

arun119 wrote:
i install wine in my machine then i run the vb6.0 application that is work correctly (No Database Connection )

now i want to run vb 6.0 with Database Connection (Sql server) , now my application is not connected to Sql server

if i install MDAC2.8 i receive the Error like Unhandled Page fault read Access
that is problem , how i install mdac2.8

Please help me , before mdac2.8 installation any configuration is need

Get winetricks and use the following code:

winetricks mdac28

To install MDAC 2.8 into your Wine.

James McKenzie
arun119
Newbie
Newbie
Posts: 3
Joined: Thu Sep 25, 2008 6:15 am

Post by arun119 »

i install mdac2.8 through winetrick only that is also not solved the problem

that time also i received the Following error message

Unhandled Page Fault error
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

arun119 wrote:i install mdac2.8 through winetrick only that is also not solved the problem

that time also i received the Following error message

Unhandled Page Fault error
Post the entire console output, including the command you used to start the app. If it is very long, use pastebin and post a link.
Chad
Level 2
Level 2
Posts: 35
Joined: Wed Feb 27, 2008 3:17 pm

Post by Chad »

For what it's worth, I've also had issues getting native ODBC connecting to a MS SQL database. It seems that Wine has troubles with this in WinXP mode. In Win98 mode it connects to the database fine.

Perhaps try to change the windows version to 98 in Wine and see if that helps? Another option would be to install freetds and configure the dsn via unixODBC. I use that for one of my apps in Wine and it works nice.
Locked