TruncateString
This property specifies whether to truncate characters when INSERT or UPDATE is executed with a string that exceeds the column size.
データ型
bool
デフォルト値
false
解説
By default it is False, which means if a string value exceeds the columns size, driver throws an exception.