I would like to know how I can work with 2 databases on one server.
In detail: I have one MS SQL Express Server installed, I have one instance
installed e.g. testinstance, but I have 2 databases installed e.g. database1
and database2. The RDC-Server might be started twice but how can I
distinguish the 2 databases on the clientside. On the clientside I only have
IP-Adress and portname.
You have two options:
1. Run multiple RDC (or jRDC) instances and use a different port for each one.
2. Modify jRDC to support multiple databases. It is not too complicated if you are familiar with B4J.