I my application I am using Transaction to control database operations. But, When I am going to executing the application, the databasemanager.commmitTrasaction() method returns false, and also the values are not saved to the database(Sybase iAnywhere) permanently.
I want to know that, under what condition generally, databasemanager.commitTransaction() returns false?
Did you check the Sybase log? Or the Servoy server log?
Most likely the database threw an error due to a constraint and the whole transaction was rolled back.