Power Builder 2019 R3
Windows 11 Enterprise
SQL Server 2019
I have a datawindow where I should be able to add a new record. The Update fires and I can see the insert statement in the Sql Server Profiler but the data never makes it to the table. Due to the sensitivity of the data I can't add it here but when i run the insert in the DB Profiler in PB and sql server management studio they both work
After the update the commit is fired (i stepped though the code to verify.
Can anyone provide anything to try?
Thanks