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
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
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
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 errorPost the entire console output, including the command you used to start the app. If it is very long, use pastebin and post a link.