I've a strange error. When I tried to update non-visual datastore, I had received -1 from Update() function, but when I checked error message from database (SQL Anywhere), sqlca.sqlDBCode = 0 and sqlca.sqlErrText is null.
The Update is not fired in database (checking in trigger before insert, update).
The datastore is build from two tables, update properties is set to update table A), and data is successfully retrieved from DB. DataStore also returned -1 on saveAs() function.
P.S. On this datastore isn't trigger event like update start and updateend, and I don't know why
P.S.2From this object I created many other object and they run fine.
This datastore was created in memory (using create statement), I had to change datastore to datawindow and update was successfully fired. Thanks for all replays