Following the recomedations found in the MSKB Article: How to check for MDAC Version? "MDAC Version: " + NVL(GetMDACVersion(),"Not installed")
FUNCTION GetMDACVersion
LOCAL lcRetValue
lcRetValue = .NULL.
#DEFINE HKEY_LOCAL_MACHINE -2147483646
Read More