Mega Code Archive

 
Categories / Delphi / ADO Database
 

Accessing server methods from client

Question: How do I access a method on the application server from TClientDataSet? Answer: RemoteServer.AppServer.MyMethod. AppServer is a read-only property that points to the interface returned to the remote server by an application server's provider component. Client applications can communicate directly with the application server through this interface.