26 lines
664 B
HTML
26 lines
664 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<link rel="stylesheet" type="text/css" href="..\styles.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<img src="..\..\ro.png" alt="" align="right">
|
||
|
|
|
||
|
|
<!-------------------------------------------------------------------------->
|
||
|
|
|
||
|
|
<p class="h1">
|
||
|
|
<span>Arrays Sample</span>
|
||
|
|
</p>
|
||
|
|
|
||
|
|
|
||
|
|
<h2>Purpose</h2>
|
||
|
|
<p>This sample shows how to use TROArray for presentating DB tables in a master/detail relationship.</p>
|
||
|
|
|
||
|
|
<h2>Examine the Code</h2>
|
||
|
|
<p>
|
||
|
|
The GetTables method returns a struct containing two arrays. These arrays contain
|
||
|
|
data from the Customers and Orders tables and consist of structs matching the table
|
||
|
|
structures.</p>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|