JET driver

Questions about Wine on macOS.
Locked
mpolak
Newbie
Newbie
Posts: 1
Joined: Sat Nov 04, 2017 10:19 am

JET driver

Post by mpolak »

Hi,

I'm a Windows user and I am writing a 32 bit application that communicates with an old Access database (in .mdb format) via ADO. The program requires the JET driver Microsoft.Jet.OLEDB.4.0 for that purpose. I'm using Turbo Delphi (2006) for programming, so there is no new technology involved.

Someone who uses Mac OS is interested in using my program. Can you tell me if it will work with Wine under Mac OS properly?

Best regards
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: JET driver

Post by dimesio »

The only way to know for sure is to test it. The user will probably have to install jet40 and mdac28 with winetricks.
Locked