I wish to be able to declare a Data Snap method with the following signature type TLoginInfo = record Username: string;
I\'m trying to transfer some big streams (~1Mb) between DataSnap server/client but to no avail. I\'m trying to understand the code of Jim Tierney (http://blogs.embarcadero.com/jimtierney/2009/04/06/31
i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service
I able to access server method by in-process DataSnap application. Click here for details. However, there is another aspect of in-process datasnap application. It is the IAppServer or TDataSetProvide
I define a server method: TServerMethod = class(TPersistent) public function EchoString(Value: string): string;