Database
CreateTable.sml: Create table, add fields, add records. | CreateTable.sml | |
DBaseValidation.sml: Opens a database and table and validate its contents based on user defined functions that specify rules. The table contents are not changed, and the script reports the number of records that failed for each test. | DBaseValidation.sml |
Writing Scripts with SML
DATABASE class: Creates database table, fields, and attaching records using DATABASE class and functions. | DB_WRITE1.sml | |
Read attribute: Demonstrates simple syntax for read attribute values from records attached to vector elements. | DB_READ1.sml | |
RVC_DATABASE classes: Demonstrates use of RVC_DATABASE classes for reading attribute values from records attached to vector elements. | DB_READ2.sml | |
RVC_DATABASE classes: � | DB_WRITE2.sml |