DBFUniProvider: driver on Windows 7

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Giovanna
Posts: 25
Joined: Tue 21 Jul 2009 07:44
Location: Italy

DBFUniProvider: driver on Windows 7

Post by Giovanna » Tue 08 Jan 2013 18:04

Hi,
I need to access to DBF table from PC with Windows 7 for migration to Firebird.
With the component TDBFUniProvider I have an error because don't find 'msxbde40.dll'.
What do i do?
Thanks
Giovanna

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: DBFUniProvider: driver on Windows 7

Post by AlexP » Wed 09 Jan 2013 14:08

Hello,

The given library msxbde40.dll is a Microsoft Jet Database Engine module and must be located in the ..\windows\system32\ folder for 32-bit platform, and in the ..\windows\SysWow64 folder - for 64-bit platform. Please make sure the library is in the specified paths - if it is not, you have to find it and download.

Post Reply