Componentes.Terceros.RemObj.../internal/5.0.23.613/1/Data Abstract for Delphi/Samples/Service Methods/ServiceMethods.Sample.html
david f0e35ec439 - Eliminadas las librerías para Delphi 6 (Dcu\D6) en RO y DA.
- Recompilación de RO para poner RemObjects_Core_D10 como paquete de runtime/designtime.

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@3 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 10:40:17 +00:00

28 lines
939 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="..\styles.css">
</head>
<body>
<img src="..\..\da.png" alt="" align=right>
<!-------------------------------------------------------------------------->
<p class="h1">Service Methods</p>
<br>
<h2>Purpose</h2>
<p>This example illustrates the methods of the <b>IDataAbstractService</b> base service.
It shows the options available to change the server's operations and also shows the order in which server methods are invoked. <br>
In this example, all server methods are called manually. Normally, this is not necessary, as the <b>TDARemoteDataAdapter</b> calls them all for you.
</p>
<h2>Examine the Code</h2>
<p>
See how the
<b>IDataAbstractService</b> methods are called manually in
<b>ServiceMethods_ClientMain.pas</b>
</p>
<!-------------------------------------------------------------------------->
</body>
</html>