*Phenomenon: connected to mssql in powerbuilder and tried to run the exe *Reproduce Steps: Run the application using MSSQL Remarks: Please let us know how to resolve the issue. // Profile PRC SQL SQLCA.DBMS = "SNC SQL Native Client(OLE DB)" SQLCA.LogPass = <********> SQLCA.ServerName = "***************" SQLCA.LogId = "prcmsdev" SQLCA.AutoCommit = False SQLCA.DBParm = "Provider='SQLNCLI11',Database='PrcDb'"
Mismatch between retrieve columns and fetch columns when connected to MSSQL