Missing provider on thin client

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
laegteskov
Posts: 15
Joined: Tue 21 Aug 2007 22:14

Missing provider on thin client

Post by laegteskov » Mon 23 Jun 2008 00:29

Hi Devart,

I'm running an application on a thin client with the Windows Embedded version and SDAC returns a "Required provider is not installed" and I guess that it needs the OLEDB for running.

I don't have direct access to the computer so I can only suggest to the administrator what to do and I guess the solution is to run MDAC on the machine? Or is there some other light wieght solution e.g. installing only the provider?

Best

Lasse Laegteskov

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 23 Jun 2008 06:48

Depending on connection settings you may need to install SQL OLE DB provider, SQL Native Client provider, or SQL Server Compact edition version 3.1 or 3.5.
Please specify the server version you are working with, class of your connection (TMSConnection/TMSCompactConnection), and values of the Provider/CompactVersion option.

Post Reply