ODBC.InstallManager

string ODBC.InstallManager ( 

 )

Description

Returns the path of the target directory for the installation of the ODBC core components and increments the component usage count in the system information.

Note: You must actually copy the Driver Manager's files to the target directory.

If a version of the Driver Manager already exists but the component usage count for the driver does not exist, the new component usage count value is set to 2.

Parameters

None.

Returns

(string) The path of the target directory of the installation. If an error occurs, a blank string is returned (""). You can use Application.GetLastError to determine whether this action failed, and why.

ResultVariable

When adding an action with the action editor, you can use this field to specify a variable that the return value will be stored in.

See also:  Related Actions