The following are the steps to check the results of updating our table in SQL:
- Upon testing the form, we should see our new tab page with a single control. We should be able to edit this field, and it should behave as if it is part of the vehicle field list. Change the Odometer value several times, pressing Save after each change. Nothing special will appear to happen.
- Open SQL Server Management Studio and open a new query against the AxDB database.
- Type the following transact-SQL:
SELECT * FROM CONVMSVEHICLEODOMETERTABLE
- Press Ctrl + E (or click Execute). You should see results similar to the ones shown in the following table:
| VEHICLEID |
ODOMETER |
VALIDTO |
VALIDTOTZ ... |