ODBC.InstallManager

string ODBC.InstallManager ( 

 )

Example 1

strResult = ODBC.InstallManager();

if strResult == "" then
    Dialog.Message("ERROR", "There was an error.  The manager was not installed.");
else
   Dialog.Message("SUCCESS", "The ODBC manager's path is " .. strResult .. ".");
end

Installs the ODBC manager to the user's system.

See also:  Related Actions