Hi There,
Powerbuilder 12.5 did not return the identity value in the datawindow after datawindow insert and update. My database mysql 5.6.
I already did the following.
1. In my .INI file
DBParm=”ConnectString='DSN=MysqlTestdb;option=135176',OJSyntax='ANSI'”
2. In my pbodb125.ini file I added the following.
[MySQL]
PBSyntax='MySQL_SYNTAX'
[MySQL_SYNTAX]
;GetIdentity='SELECT LAST_INSERT_ID()'
GetIdentity='Select @@identity'
3. Mysql ODBC Souce Configuration.