Sample
|
<caravan> table contacts = contacts. contacts contacts(Company)="1" contacts (firstname)="Chris" contacts (lastname)="Johnson" contacts (title)="Manager" //workphone is a multidimensional field. //multiple phone numbers are delimited with comma, so set thedelimiter to "," contacts (delim)="," contacts (Workphone)="6556512, 6556403, 6550291" //reset the delimiter contacts (delim)="null" contacts(homephone)="4015264" contacts(mobilephone)="9821124568" contacts(Faxnumber)="6550291" contacts(contacttype)="2" //insert the record contacts (insert) </caravan>
|