Specifies whether the database server should log updates of text and image data in the transaction log. By default, the database server logs updates of text and image data in the transaction log.
SYC and SYJ Sybase Adaptive Server Enterprise
Log = value
Log = 1
You should set the Log parameter to 0 only if your database server allows you to disable logging.
To specify that PowerBuilder should not log text and image updates in the transaction log:
Database profile Clear the Log Text and Image Updates check box on the System tab or Transaction tab in the Database Profile Setup dialog box.
Application Type the following in code:
SQLCA.DBParm="Log=0"