Use the Output Source
Override - Database execution command (-OD) to designate a database
as a target or you can override one or more of the adapter command
settings or database definitions in a RUN function or on the command
line.
The adapter commands are shown using a single quotation mark, which is
the Windows syntax. For non-Windows platforms, use two
single quotation marks followed by one single quotation mark and end with one single quotation mark
followed by two single quotation marks.
Scenario: compiled map target is a database
Database/query file (.mdq) |
No database/query file (.mdq) |
'[-MDQ mdq_file -DBNAME database_name]
[-PROC procedure_name|-TABLE table_name]
[-USER username]
[-PASSWORD password]
[-CCARD|-CSTMT [number]]
[-DELETE]
[-UPDATE [OFF|ONLY]]
[-BADDATA[+] full_path]
[-AUDIT[G][+] [full_path]]
[{-TRACE|-TRACEERR}[+] [full_path]]'
|
'-DBTYPE ODBC
-PROC procedure_name|-TABLE table_name
[-SOURCE datasource]
[-USER user_ID]
[-PASSWORD password]
[-CCARD|-CSTMT [number]]
[-DELETE]
[-UPDATE [OFF|ONLY]]
[-BADDATA[+] full_path]
[-AUDIT[G][+] [full_path]]
[{-TRACE|-TRACEERR}[+] [full_path]]'
|
Scenario: compiled map target is not a database
Database/query file (.mdq) |
No database/query file (.mdq) |
'-MDQ mdq_file
-DBNAME database_name]
-PROC procedure_name|-TABLE table_name
[-USER username]
[-PASSWORD password]
[-CCARD|-CSTMT [number]]
[-DELETE]
[-UPDATE [OFF|ONLY]]
[-BADDATA[+] full_path]
[-AUDIT[G][+] [full_path]]
[{-TRACE|-TRACEERR}[+] [full_path]]'
|
'-DBTYPE ODBC
-PROC procedure_name|-TABLE table_name
[-SOURCE datasource]
[-USER user_ID]
[-PASSWORD password]
[-CCARD|-CSTMT [number]]
[-DELETE]
[-BADDATA[+] full_path]
[-AUDIT[G][+] [full_path]]
[{-TRACE|-TRACEERR}[+] [full_path]]'
|