| CKBuildRevision |
Function |
Returns the build revision of the Connectivity Kit. |
cCLIHandler |
| CKMajorRevision |
Function |
Returns the major revision of the Connectivity Kit. |
cCLIHandler |
| CKMinorRevision |
Function |
Returns the minor revision of the Connectivity Kit. |
cCLIHandler |
| CKReleaseRevision |
Function |
Returns the release revision of the Connectivity Kit. |
cCLIHandler |
| CKRevision |
Function |
Returns the Connectivity Kit revision in the format Major.Minor.Release.Build. |
cCLIHandler |
| CLIDFDateToSQLDate |
Function |
|
cCLIHandler |
| CLISQLDateToDFDate |
Function |
|
cCLIHandler |
| ColumnName |
Function |
Returns the name of the column enumerated at the given position by EnumerateColumns. |
cCLIHandler |
| CreateConnectionID |
Function |
(Obsolete) Creates a DataFlex Connection ID (Obsolete) As of DataFlex 19.0, Connection Ids are handled via Managed Connections, making this method obsolete. |
cCLIHandler |
| DeleteConnectionID |
Function |
(Obsolete) Deletes a DataFlex connection ID (Obsolete) As of DataFlex 19.0, Connection Ids are handled via Managed Connections, making this method obsolete. |
cCLIHandler |
| DriverIndex |
Function |
Returns the index for a loaded driver Driver Index returns the index for a loaded driver. |
cCLIHandler |
| DumpStatus |
Procedure |
Dumps the current status of the Connectivity Kit to an ASCII disk file. |
cCLIHandler |
| EnumerateColumns |
Function |
Enumerates all column names for a given table. |
cCLIHandler |
| EnumerateTables |
Function |
Enumerates tables in the given database. |
cCLIHandler |
| ExtractPartFromRevision |
Function |
|
cCLIHandler |
| IsMinimalRevision |
Function |
Checks if a Connectivity Kit complies with a minimal revision. |
cCLIHandler |
| LastDriverError |
Function |
Returns the string value of the last generated driver error. |
cCLIHandler |
| MaxUsers |
Function |
Returns the maximum number of users of the Connectivity Kit. |
cCLIHandler |
| ReadConfiguration |
Procedure |
Forces the Connectivity Kit to reread the driver configuration file. |
cCLIHandler |
| RedirectConnection |
Function |
(Obsolete) Redirects an existing connection. |
cCLIHandler |
| RedirectIdConnectString |
Function |
(Obsolete) Redirects a connection of a connection ID (Obsolete) As of DataFlex 19.0, Connection Ids are handled via Managed Connections, making this method obsolete. |
cCLIHandler |
| RegistrationName |
Function |
Returns the registration name of the Connectivity Kit. |
cCLIHandler |
| RIMValueToText |
Function |
Converts a DF_FILE_GENERATE_RECORD_ID_METHOD attribute value to the corresponding text. |
cCLIHandler |
| ROValueToText |
Function |
Converts a DF_FIELD_READ_ONLY attribute value to the corresponding text. |
cCLIHandler |
| SchemaName |
Function |
Returns the schema of the table enumerated at the given position by EnumerateTables. |
cCLIHandler |
| SerialNumber |
Function |
Returns the Connectivity Kit serial number. |
cCLIHandler |
| TableComment |
Function |
Returns the comment of the table enumerated at the given position by EnumerateTables. |
cCLIHandler |
| TableName |
Function |
Returns the name of the table enumerated at the given position by EnumerateTables. |
cCLIHandler |
| TableType |
Function |
Returns the type of the table enumerated at the given position by EnumerateTables. |
cCLIHandler |
| TextToRIMValue |
Function |
Converts a record identity text to the DF_FILE_GENERATE_RECORD_ID_METHOD attribute value |
cCLIHandler |
| TextToROValue |
Function |
Converts a read only text to the DF_FIELD_READ_ONLY attribute value. |
cCLIHandler |