Overview
| The Contact Manager example demonstrates how to select, update and view the records stored in the database using the webDbQuery to submit the SQL statement to the database. It also demonstrates the use of webPrintTable tag to display the record in a HTML table format. |
Implementation File
| File Name | Type | Function |
| address_enter.wml | Template | Allow users to enter information into the database. |
| address_edita.wml | Template | Display a record for edit. |
| view1.wml | Template | Displays the records stored in the database. |
|
Address_Enter.WML
<webNoOutput> |
|
Address_EditA.WML
<webNoOutput> |
|
View1.wml
<webNoOutput> |
