GET function

The GET function returns the data from the source adapter.

Using GET with a database/query file

GET ("DB",
 "-MDQ mdq_file
  -DBNAME database_name
[-CACHE]
{-QUERY query_name|-STMT SQL_stmt}
[-FILE [directory]]
[-VAR name=value...]
[-USER username]
[-PASSWORD password]
[-CCARD|-CSTMT [number]]
[-ROWCNT row_count]
[-GTX]
[-AUDIT[G][+] [full_path]]
[{-TRACE|-TRACEERR}[+] [full_path]]")

Using GET without a database/query file

GET "DB",
"-DBTYPE ORACLE 
[-CACHE]
 -STMT SQL_stmt
[-CONNECT connect_string]
[-FILE [directory]]
[-USER username]
[-PASSWORD password]
[-ROWCNT row_count]
[-CCARD|-CSTMT [number]]
[-GTX]
[-AUDIT[G][+] [full_path]]
[{-TRACE|-TRACEERR}[+] [full_path]]")