User Tools

Site Tools


prop_log_1.htm
Navigation:  SQL Driver Properties(General) >====== PROP:Log ====== Previous pageReturn to chapter overviewNext 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
prop_log_1.htm.txt · Last modified: 2023/08/04 08:28 by carlbarnes