readSql loads SQL from a file

readSql(sourceFile)

Arguments

sourceFile

The source SQL file

Value

Returns a string containing the SQL.

Details

readSql loads SQL from a file

Examples

if (FALSE) {
readSql("myParamStatement.sql")
}