f2s_trace_off¶
Applies to: Oracle, MS SQL, MySql/MariaDB, PostgreSQL Drivers
Syntax
f2s_trace_off
Description
This command is used to turn off tracing for the Mertech Driver.
- Example
String sTableName Boolean bTableExists f2s_trace_on "C:\Users\[USERNAME]\Documents\log.txt" DETAIL_LEVEL3 f2s_check_sql_table_exists "Customer" "dbo" "OrderEntry" to bTableExists f2s_write_trace_ln ("Customer Table exists:" * String(bTableExists)) f2s_trace_off
Related Commands
f2s_trace_on
f2s_write_trace_ln
Replaces: ENABLE_TRACE_OFF