DB Tools Class (clsDBTools)

fdmAPI.API.DataWindow.DBTools.API Call

Table 59. DB Tools Class (clsDBTools)

API CallMethods/Properties/Object ReferenceDescription
fGlobalOptionExistsMethodDetermine when the global system option exists.

Inputs: ByVal strOptionName As String

Output: Boolean
fGlobalOptionGetMethodRetrieve a global system option as a string containing the current value of the option.

Inputs: ByVal strOptionName As String

Output: String
mLogMethodWrite an entry to the database activity log (AIF_PROCESS_LOGS table).

Inputs: ByVal intProcessID As Integer, ByVal strEntityType As String, ByVal strEntityName As String, ByVal intLogSequence As Integer, ByVal strLogMessage As String

Output: None
mLogErrorMethodWrite an error to a user runtime error log. The log is located in the outbox directory of the application under the file name "LoadID_FDM_API.log".

Inputs: ByVal lngErrorCode As Integer, ByVal strErrorDesc As String, ByVal strErrorSource As String

Output: None