databaseManager.acquireLock(foundset, 0) locks the currently selected record in the foundset.
Are you sure the selection in both clients is the same, do they lock the same record?
Yes, I’m 100% sure. Both clients are connected to the same database, but the solution not is allowed in a servoy server, everyone run in his own machine and connect to the same database, this maybe a problem? but i understand if the database is the same, there not have to be a problem, no?
So you have multiple ApplicationServers running against the same database?
Record locking is managed within the appserver, it works between clients connected to the same appserver.
Servoy does not expect to share between appservers, so also other things, like databroadcast also does not work over multiple appservers.
We have some support to share state and db-level locking between appservers, but you would need to configure this.
No, for the final client all users connect to the same appserv, but when we are developing, every developer have her own servoy in local, and all connect to the same database. But now i’m trying to make a connection with the server, but show me this error.