MySQL Server 5.6.26
MySQL ODBC 5.3.10 ANSI
PowerBuilder Universal: 2019R2 Build 2328.00
We never had to use 'Key and Updatable Columns' so far in our system we always used 'Key Columns', but now I have something special to do that require .
I'm doing some test and the datawindow Update method return true even when the columns value currently in the database are no longer the same has what was read prior to the update.
The database is not modify because of the where clause but it would be nice if the return value of the Update method return False or an error of some kind.
I was under the impression that I would receive something in the form of 'Row changed between retrieve and update'.
Is there something I'm missing somewhere that I need to configure...
TIA
Sylvain