How to check if an OLEDB driver is installed on the system?

前端 未结 6 1992
走了就别回头了
走了就别回头了 2020-12-06 16:59

How can I make sure that a certain OLEDB driver is installed when I start my application? I use ADO from Delphi and would like to display a descriptive error message if the

6条回答
  •  囚心锁ツ
    2020-12-06 17:20

    You can get a ADO provider name and check it in registry at path HKEY_CLASSES_ROOT\[Provider_Name].

提交回复
热议问题