Hi there,
I developed a project as follows:
Database: IBM-UDB
Userinterface: VB
Databasemodule: PLI-Dll
(VB calls PLI-dll calls Database) works fine if the Database and the VB(PLI) are within the same network, but slow when the database is to called via ISDN (VB and PLI are in the same network) database is in a network 200 km in a different town.
I think, it would be a good idea, to solve this with winsocks?
e.g. VB-client (network a) calls VB-server (network b) and the server loads the PLI-Dll (network b).The database resides also within network b. I tried it - it works, if the server is already started. But I've got no idea:
1. how to start the server from the client
2. what if there are more than one client
3. how to handel the server, if the client (or one of the clients) crashes?
I know, a lot of questions, but any help would be appreciated.
Regards,
Peter