fdmAPI.API.DataWindow.SQL.API Call
Table 7-11 SQL Class (clsSQL)
API Call | Methods/Properties/Object Reference | Description |
---|---|---|
fGetAppID | Method | Return the application ID for the Load ID passed in.
Inputs: ByVal strLoadID As String Output: String |
fGetLanguageCode | Method | Returns the language code.
Inputs: ByVal AppID As String Output: String |
fGetTopLevelDirectory | Method | Return top level directory.
Inputs: ByVal AppID As String Output: String |
fOptionLIstForKey | Method | Returns a recordset containing one record with values for the specified option name.
Inputs: ByVal strOptionName As String, Optional ByVal blnReadOnly As Boolean = False, Optional ByVal blnSQLOnly As Boolean = False, Optional ByVal lngMarshalType As Integer = 0, Optional ByVal blnTranslateCaptions As Boolean = False Output: ADODB.Recordset |