I have a database table (ships) with 60 fields. For one ship each field is field in or is empty.
With chronoconnectivy I'd like to select one ship from the table and loop through all columns, check whether the field is NULL. If not, the field name should be display with the according value that is filled in.
How can I realize this?
First I should know how to display a columns name and an according value ( {field} ). can somebody help me?
With chronoconnectivy I'd like to select one ship from the table and loop through all columns, check whether the field is NULL. If not, the field name should be display with the according value that is filled in.
How can I realize this?
First I should know how to display a columns name and an according value ( {field} ). can somebody help me?