42 lines
1.3 KiB
HTML
42 lines
1.3 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>First Sample</span>
|
|
</p>
|
|
|
|
<br>
|
|
<h2>Purpose</h2>
|
|
<p>
|
|
This example illustrates the basic functionality of <b>Data Abstract</b> from RemObjects Software.<br><br>
|
|
The application shows how to receive data from a remote database.
|
|
</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 FirstSampleClient is the selected project and run it.</li>
|
|
<li>Check that the client buttons work as expected.</li>
|
|
<li>Modify the server names list and retry the client actions.</li>
|
|
</ul>
|
|
<h2>Examine the Code</h2>
|
|
<ul>
|
|
<li>
|
|
This application was created using the <b>Data Abstract 4.0 Combo Server wizard </b>
|
|
(see File->New->Other, tab RemObjects Data Abstract).<br>
|
|
After running the wizard, only a DBGrid, two Buttons and 3 lines of code were added.
|
|
</li>
|
|
<li>
|
|
Examine the simple code in <strong>FirstSampleclientMain.pas</strong>.
|
|
</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html> |