Re: Opening an Access database in Delphi
- From: "Dave" <im@xxxxxxxxxxx>
- Date: Fri, 22 Jul 2005 08:24:25 -0500
"Jeremy Collins" <jd.collins@xxxxxxxxxxxxxxxx> wrote in message
news:op.st87enll4al0tm@xxxxxxxxx
> On Wed, 20 Jul 2005 15:53:38 +0100, Dave <im@xxxxxxxxxxx> wrote:
>
>> Hi all,
>>
>> The subject is a tad vague/misleading. My question is, are there any
>> DLLs or other files that need to be installed with my Delphi 6 app
>> in order to open and work with a Microsoft Access 2000 database, or
>> are all the necessary files included with Windows?
>>
>> I'm thinking of switching a freeware program I've written from using
>> a flat file for data storage to Access, but I want to avoid having
>> to figure out which DLLs, etc. that I'd need to include with it.
>
> The target system needs ADO installed (or MDAC, depending on what you
> want to call it). All Windows systems since Win2K have this already, but
> you can download the client-side setup from
>
> http://msdn.microsoft.com/data/mdac/downloads/default.aspx
>
> If your application uses Access tables, then the client machine also
> needs the Jet (Access database) engine files, which are no longer
> included with the MDAC setup. The Jet redistributable can be found on
> the same page.
>
> DO NOT create a setup for your application that also automatically
> installs this stuff. Provide an FAQ or handle the error and give
> the user a link to download MDAC and Jet for themselves.
Thanks for the responses everyone. I'll probably go with a different
solution, like DBISAM.
- Dave
.
- References:
- Opening an Access database in Delphi
- From: Dave
- Re: Opening an Access database in Delphi
- From: Jeremy Collins
- Opening an Access database in Delphi
- Prev by Date: Re: Delphi 7 Personal or Pro
- Next by Date: TPageControl problems
- Previous by thread: Re: Opening an Access database in Delphi
- Next by thread: Delphi 7 & Delphi 2005 on same pc ?
- Index(es):
Relevant Pages
|
|