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
Mdac2.8 Installation problem reg
Mdac2.8 Installation problem reg
arun119 wrote:
winetricks mdac28
To install MDAC 2.8 into your Wine.
James McKenzie
Get winetricks and use the following code: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
winetricks mdac28
To install MDAC 2.8 into your Wine.
James McKenzie
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.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
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.
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.