| **Navigation:**  SQL Driver Properties(General) >====== PROP:Log ====== | [[prop logonscreen 2.htm|{{btn_prev_n.gif|Previous page}}]][[coming future.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop logfile.htm|{{btn_next_n.gif|Next page}}]] | | || PROP:Log writes a designated string value to the log file. For example: AFile FILE,DRIVER('ODBC'),OWNER('DataSource') ! Keys/ fields declarations END CODE OPEN(Afile) IF NOT ERRORCODE() AFile{PROP:Log}='AFile opened:'&CLOCK() END