Groups | Blog | Home
all groups > sql server programming > july 2004 >

sql server programming : SQL Server Client in Workstation



Prabhat
7/27/2004 11:08:18 PM
Hi All,

How can we fine if the SQL Server Client is Installed in the System or Not.
(Using VB and/or Delphi)

As My EXE Require SQL Server Client to Work so I have to Check that If the
Client is Installed or not?

Please Suggest How Can I find If SQL Server 2000 Client IS Installed or NOT
Using VB / VB.NET / Delphi. Please Help.

Thanks for any HELP or Suggestions.
Prabhat

Keith Kratochvil
7/28/2004 6:43:15 AM
I am guessing that your app depends on DMO (or something like that) to be
installed by the SQL Server client tools.... The obvious answer would be to
search for isqlw.exe, osql.exe.
This will change when SQL Server 2005 ships, so it might be better to look
for the specific resource file(s) that you need. Or simply show a form
telling (reminding) the user that the SQL Server client tools need to be
installed.

--
Keith


[quoted text, click to view]
AddThis Social Bookmark Button