33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<link rel="stylesheet" type="text/css" href="..\styles.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<img src="..\..\da.png" alt="" align="right">
|
||
|
|
|
||
|
|
<!-------------------------------------------------------------------------->
|
||
|
|
<br>
|
||
|
|
<p class="h1">
|
||
|
|
<span>Exported DataTables Sample</span>
|
||
|
|
</p>
|
||
|
|
|
||
|
|
<br>
|
||
|
|
<h2>Purpose</h2>
|
||
|
|
<p>
|
||
|
|
This example illustrates the functionality of <b>Exported Datatables</b>.
|
||
|
|
Usually <b>Exported Datatables</b> can be used for working with <b>Direct Access Components</b> which currently isn't supported by <b>DataAbstract</b>
|
||
|
|
or for working with shared tables.
|
||
|
|
This sample shows how to receive and update data with <b>TDataset</b> and <b>TDADataTable</b>.
|
||
|
|
<b>Exported Datatables</b> don't need to declared in the <b>ServiceSchema</b>.
|
||
|
|
In this example, <b>TADOTable</b> and <b>TDAMemDataTable</b> are used as <b>Exported Datatables</b>.
|
||
|
|
</p>
|
||
|
|
|
||
|
|
<h2>Getting Started</h2>
|
||
|
|
<ul>
|
||
|
|
<li>Build or compile both projects.</li>
|
||
|
|
<li>Launch the server (via the menu option: <strong>RemObjects | Launch Server Executable</strong>).</li>
|
||
|
|
<li>Ensure that ExportedDataTablesClient is the selected project and run it.</li>
|
||
|
|
<li>Check that the client buttons work as expected.</li>
|
||
|
|
</ul>
|
||
|
|
</body>
|
||
|
|
</html>
|