Hi All,
I have a central repository server where developer commit the changes in application. When developer made some changes and testing the application, while testing he add few new records and at the same time smart client is running and other user add new record on same form. Servoy return error “can not save form data” Log file says “Duplicate entry ‘xx’ for key 1”.
I explored the issue. When developer and smart client open at same time. When developer added new record. The sequence is not updating on smart client or vise-versa.
Is this bug…??? if not How can i handle this condition?.
Developer and repository server using same database.
version - Servoy 4.0.1
Database - MySQL