Visual Basic 6 application with MS Access connectivity

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Fabio A. Miranda

Visual Basic 6 application with MS Access connectivity

Post by Fabio A. Miranda »

Hello,

A visual basic 6 application with MS access connectivity ( to a
local .mdb) has a weird behavior, It just sits there and doesn't show
anything.

OS is Linux ubuntu64, may I ask how to trobleshoot this scenarios ?

How can I trace networking usage, connections, errors, etc of a VB6
application under Wine: wine-1.1.31

thanks,

fabio.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Visual Basic 6 application with MS Access connectivity

Post by vitamin »

Fabio A. Miranda wrote:How can I trace networking usage, connections, errors, etc of a VB6 application under Wine: wine-1.1.31
First thing to do is to upgrade Wine. Latest Wine version is wine-1.1.43.
Fabio A. Miranda

Visual Basic 6 application with MS Access connectivity

Post by Fabio A. Miranda »

On Sat, 2010-04-24 at 14:00 -0500, vitamin wrote:
Fabio A. Miranda wrote:
How can I trace networking usage, connections, errors, etc of a VB6 application under Wine: wine-1.1.31
First thing to do is to upgrade Wine. Latest Wine version is wine-1.1.43.

For the records:

Solution is to use OLE, MSJET and winetricks

WINEDEBUG=+loaddll is very useful also.

thanks, amazing product Wine !

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
James McKenzie

Visual Basic 6 application with MS Access connectivity

Post by James McKenzie »

Fabio A. Miranda wrote:
Hello,

A visual basic 6 application with MS access connectivity ( to a
local .mdb) has a weird behavior, It just sits there and doesn't show
anything.

OS is Linux ubuntu64, may I ask how to trobleshoot this scenarios ?

How can I trace networking usage, connections, errors, etc of a VB6
application under Wine: wine-1.1.31

You will need to add mdac 2.8 and jet 4.0 using Winetricks to connect to
a .mdb database...

James McKenzie
Locked