Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QSqlTableModel::submitAll does not work with MSSQL
-
QSqlTableModel::submitAll work uncorrectly with table where exists identity primary key. Can you help me please?
Problem is update identity fied.
-
I found problem. After setRecord function model generates UPDATE script with all fields(It contains primary key)