Dear Appeon:
recently we encountered a issue of PowerBuilder when datawindow updating, in some data column length mismatch case, when data length inserted is large than that of the database column, SQLSERVER always automatically truncate the string data without throw exception and terminate the SQL process, I remember the same case also get no issue in PB previous version like PB8, PB12, but for PB2017, this case would lead to issue, as these issue is hard to detected when there are lot of datawindows when upgrading, is there any database parameter can turn off these type of database waring (our database is sqlserver2017)
EXECUTE IMMEDIATE 'SET ANSI_WARNINGS ON' USING this;
Actually I have an array of options that are fired immediately after CONNECT to define the "default connection properties". Alternatively you could set such options as default on your MSSQL database server.
Thanks a lot, and Merry Christmas and happy new year :),