28 lines
939 B
HTML
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>
|