GeekArticles
Programming
Delphi
Programming
DelphiCodeRage4 DataSnap server method table parameters samples
DataSnapTablesSampleServer - DataSnap server with server methods declared with different types and directions of table parameters (TDataSet, TDBXReader, TParams, out, var, return and in).DataTablesListViewClient - DataSnap client that can call a server method to get a table then display the table in a ListView. The server method must pass a table back to the client using var or out parameters, or result. Use with DataSnapTablesSampleServer.DataSnapTablesLoggingServer - DataSnap server that logs activity during a server method call (e.g.; enter server method, read table, exit server method).DataSnapTablesLoggingClient - DataSnap client that logs activity during a server method call (e.g.; call server method, read table, return from server method call). Use with DataSnapTablesLoggingServer.DataSnapTablesCDSClient - DataSnap client with components to populate a TClientDataSet from a server method result table, and display in a grid. Components include TSQLConnection, TSQLServerMethod, TDataSetProvider, TClientDataSet, TDataSource and TDBGrid.DataSnapTablesProxyClient - DataSnap client that calls some of the methods in DataSnapTablesLoggingServer using a client proxy class generated using the TSQLConnection "Generate DataSnap client classes" command.
Sponsored Links
Related Topics
Subscribe via RSS
Delphi
- A load of ASP.NET related tutorials, articles, tips and tricks!
- How to move PageControl's tabs using drag'n'drop
- Charts in database applications
- Creating Components Dynamically (at Run-Time)
- The role of the "AOwner" parameter in the Create constructor
- Creating a roll up form (with animation)
- Poll: Do you already have some experience with Delphi?
- Creating a database from Delphi code
- TMemoBar - T(Custom)Memo extender
- How to click-and-select a line in TMemo
