Hello
We know how to read the value data of a registry value name? Also how can we check if the registry value data exists?
For example, the Registry Key'My Computer\HKEY_LOCAL_MACHINE\Software\ODBC\ODBC.INI\ODBC Data Sources' has Value Names and Value Data as follows:
Value Name Value Data
----------------------- -------------------------------
CRSS SQL Server
Xtreme Sample Database Microsoft Access Driver (*.mdb)
How can we retrieve the Value Data of Value Name "CRSS"? Or how can we check for the existense of Value Data "Microsoft Access Driver (*.mdb)"?
Regards,
Georges
We know how to read the value data of a registry value name? Also how can we check if the registry value data exists?
For example, the Registry Key'My Computer\HKEY_LOCAL_MACHINE\Software\ODBC\ODBC.INI\ODBC Data Sources' has Value Names and Value Data as follows:
Value Name Value Data
----------------------- -------------------------------
CRSS SQL Server
Xtreme Sample Database Microsoft Access Driver (*.mdb)
How can we retrieve the Value Data of Value Name "CRSS"? Or how can we check for the existense of Value Data "Microsoft Access Driver (*.mdb)"?
Regards,
Georges