Componentes.Terceros.RemObj.../internal/5.0.24.615/1/Data Abstract for Delphi/Samples/Service Methods/ServiceMethods.Sample.html

28 lines
939 B
HTML
Raw Normal View History

<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>