OC GET PROCEDURE COLUMN LIST

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

version 1.5


OC GET PROCEDURE COLUMN LIST (cursor_ID; procedure; column_Array; type_Array; precision_Array)

ParameterTypeDescription
cursor_IDLongintCursor ID
procedureStringName of procedure
column_ArrayString ArrayList of column names
type_ArrayString ArrayList of column data types
precision_ArrayString ArrayPrecision values

Description

The OC GET PROCEDURE COLUMN LIST command enables you to obtain a list of columns used by the procedure Procedure.

cursor_ID must be the ID of a previously created and inactive cursor.

procedure is the name of the procedure whose column information you wish to obtain.

column_Array is the name of a string array that will accept the list of column names which are used by the procedure.

type_Array is the name of a string array that will accept the values of the list of column data types.

precision_Array is the name of a string array that will accept the precision values for the columns.


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