OC GET DRIVER DESC

4D - Documentation   Français   English   German   4D ODBC, Command Theme List   4D ODBC, Command Alphabetical List   Back   Previous   Next

version 6.5


OC GET DRIVER DESC (descTabName; attTabName; attValTabName)

ParameterTypeDescription
descTabNameStringArray containing the driver description
attTabNameStringArray containing the attribute names
attValTabNameStringArray containing the values of the attributes

Description

The OC GET DRIVER DESC command queries the driver manager to obtain, for each installed driver, the driver description, the attribute names and the value of each attribute.

dDescTabName is the name of the array that will receive the driver description.

attTabName is the name of the array that will receive the attribute names.

attValTabName is the name of the array that will receive the values of each attribute.

Note: This command does not need to be proceeded in a valid login.

Example

   ARRAY STRING(15;aDescTabName;0)
   ARRAY STRING(15;aAttTabName;0)
   ARRAY STRING(15;aAttValTabName;0)
   OC GET DRIVER DESC("aDescTabName";"aAttTabName";"aAttValTabName")

4D - Documentation   Français   English   German   4D ODBC, Command Theme List   4D ODBC, Command Alphabetical List   Back   Previous   Next