skip to main content
DataDirect Connect Drivers : DB2 Driver : Connection Properties : StripNewlines
  
StripNewlines
Purpose
Specifies whether newline characters in a SQL statement are sent to the DB2 server. If you know that SQL statements in your application do not contain newline characters, the driver can skip the removal of newline characters, improving performance by eliminating the parsing required by the DB2 server to remove them.
Valid Values
true | false
Behavior
If set to true, the driver removes all newline characters from SQL statements.
If set to false, the driver does not remove any newline characters from SQL statements.
Default
false
Data Type
boolean
See also
Performance Considerations