What is needed on client computer

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Jelly
Posts: 18
Joined: Sat 09 Jul 2005 13:49
Contact:

What is needed on client computer

Post by Jelly » Sat 07 Oct 2006 08:49

What is needed on clients machine running an application with SDAC components and accessing a network SQL server. Do I need any special drivers or is everything already installed on WinXP OS. How can I check this, and how can I install eventual missing componts on enduser's PC?

I didnt't have any problems til now, but I need to go sure, what is needed to ensure my application is running.

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Mon 09 Oct 2006 11:57

SDAC requires OLE DB installed on workstation.
In current versions of Microsoft Windows, as Windows 2000, OLE DB is already included as standard package.
But it's highly recommended to download latest version (newer than 2.5) of Microsoft Data Access Components (MDAC) at http://www.microsoft.com/data

Jelly
Posts: 18
Joined: Sat 09 Jul 2005 13:49
Contact:

Post by Jelly » Mon 09 Oct 2006 18:37

Thanks for this.

Post Reply