Can one Servoy application share its database to another Servoy application in another Server? Will database sharing of different Servoy application be safe?
Hi Erik,
Assuming you are not talking about Servoy Server clustering.
Sure you can share a database but you need to be aware of the following 2 points:
- You can NOT use Servoy sequences on that database, you need to use database managed sequences
- Any data changes done in clients on one Servoy server won’t be broadcast to the clients on the other Servoy server.
Hope this helps.
ROCLASI:
Hi Erik,Assuming you are not talking about Servoy Server clustering.
Sure you can share a database but you need to be aware of the following 2 points:
- You can NOT use Servoy sequences on that database, you need to use database managed sequences
- Any data changes done in clients on one Servoy server won’t be broadcast to the clients on the other Servoy server.
Hope this helps.
This is helpful. Thanks!