Is driver installed

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
HardTech
Posts: 2
Joined: Fri 05 Nov 2004 04:09

Is driver installed

Post by HardTech » Fri 05 Nov 2004 04:11

Is it possible to see if the driver has been installed using Delphi code?

Thanks
Darren

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: Is driver installed

Post by Ikar » Fri 05 Nov 2004 13:18

HardTech wrote:Is it possible to see if the driver has been installed using Delphi code?
You can do it in several ways but the most correct one is try to execute LoadLibrary.

HardTech
Posts: 2
Joined: Fri 05 Nov 2004 04:09

Worked

Post by HardTech » Sat 06 Nov 2004 04:06

Thanks, that worked.

Post Reply