How to add your knowledge

Usage of the dbDataTable

    Table of contents
    No headers

    Initially the table is filled with data:

    No changes yet. Data are just read into data table.

    Changes:

    Intent >AddRow({100,"Tatra","White","Czech"}) ‘Add new car
    --> True
    Intent >DeleteRow(1) ‘Delete “Lada” car
    --> True
    Intent >SetFieldValue(4,"Comments","Italian") ‘Change Italia->Italian
    --> True
    Intent >Update() ‘Bulk update
    --> True

    Modified Data source: