TruncateString
This property specifies whether to truncate characters when INSERT or UPDATE is executed with a string that exceeds the column size.
Data Type
bool
Default Value
false
Remarks
By default it is False, which means if a string value exceeds the columns size, driver throws an exception.