DataSnap Sample
Purpose
This example illustrates the use of different the TRODataSnapModule simultaneously in the server application and use of the
TRODataSnapConnection in the client application.
Examine the Code
- Look at DataSnapServerInterfaces.pas where are declared new interfaces, descendants from IAppServer.
- Look at DataSnapServerData.pas, DataSnapServerData2.pas and examine how we use above declared interfaces.
- Look at DataSnapClientMain.pas an examine how we use these interfaces in TRODataSnapConnection.