Databases Reference
In-Depth Information
<form action=“Search.idc” method=“POST”>
<table border=“0”>
<tr>
<td>Last Name</td>
<td><input type=“text” size=“20”
maxlength=“20”
name=“lname”></td>
</tr>
<tr>
<td>First Name</td>
<td><input type=“text” size=“20”
maxlength=“20”
name=“fname”></td>
</tr>
</table>
<p><input type=“submit” value=“Search”> <input
type=“reset”
value=“Clear”> </p>
</form>
<hr>
<h5>Last revised: November 23, 1997</h5>
</body>
</html>
The HTML code is a standard form with fields that are arranged into a ta-
ble for cosmetic reasons. Highlighted are the names of the input fields that
will be passed as parameters to the IDC script.
The Search IDC Script
The general format of an IDC script is as follows:
Datasource: <Name of a system ODBC datasource>
Username: <User id for accessing the database>
Search WWH ::




Custom Search