Class VI_CommonEntry

Properties

No Properties

Methods

FUNCTION CheckCalcExpr(src$, col$, typ$, exp$, err$)  
FUNCTION ODBCFieldColumnLookup(list$)  
FUNCTION ODBCGetDataSrcs$()  
FUNCTION ODBCLoadAvailFlds$()  
FUNCTION ODBCLoadAvailFlds$(table$)  
FUNCTION ODBCLoadAvailTbls$()  
FUNCTION ODBCLoadDSNFields(tables$)  

Loads fields of tables/views into a memory file from SOTAMAS90 Data source

ParameterDescription
tables$ -> [input,string] table(s)/view(s) supplied for load its fields to memory file
Returns [boolean] returns 1 if success or 0 if failure
FUNCTION ODBCLoadDSNTables()  

Loads tables/views into a memory file from SOTAMAS90 Data source

Returns [boolean] returns 1 if success or 0 if failure
FUNCTION LOCAL PERFORM ODBCWriteField()  
FUNCTION LOCAL PERFORM ODBCWriteTable()  
FUNCTION LOCAL ValidateNextJobChain(value$)  

Validation logic for NextJobChain

ParameterDescription
value$ [input, string] NextJobChain
Returns [boolean] Success if value$ is valid, else Failure.