The ‘FlushLog’ Regular Statement
This article will cover the syntax of the 'flushlog' regular script statement. This statement writes the content of the buffer to the script log file. Statement syntax Example The flushlog…
This article will cover the syntax of the 'flushlog' regular script statement. This statement writes the content of the buffer to the script log file. Statement syntax Example The flushlog…
This article will cover the syntax of the 'execute' regular script statement. The execute statement allows other programs to be ran while the load script is executing. Statement syntax CommandlineThis…
This article will cover the syntax of the 'drop table' regular script statement. The drop table statement allows you to delete a previously loaded table from the data model. Note…
This article will cover the syntax of the 'drop field' regular script statement. The drop field statement allows you to delete a field from a previously loaded table that's part…
This article will cover the syntax of the 'disconnect' regular script statement. The disconnect statement terminates a previously made connection to a database. Without the disconnect statement, the connection will…
This article will cover the syntax of the 'directory' regular script statement. The directory statement is used to define which directory to use to load files subsequently specified. The directory…
This article will cover the syntax of the 'derive' regular script statement. The derive statement is used to generate fields using definitions created in the 'declare' statement. Statement syntax Fields…
This article will cover the syntax of the 'declare' regular script statement. The declare statement is used to create field definitions. Field definitions are relationships between fields or functions and…
This article will cover the syntax of the 'connect' regular script statement. The connect statement is used to open a connection to a database. Statement syntax ODBC | OLEDB |…
This article will cover the syntax of the 'comment' regular script statement. The comment statement is a way to add metadata to app fields loaded from databases or spreadsheets. The…