BioloMICS logo
×
BioloMICS menu

Accessing record data

 
Biocoder has access to any record data.
 
Examples below describe how to access data step by step.
 
Data is organized this way: a table contains records. Each record contains fields. So to read or modify data, it is necessary to load records with the necessary fields.
 
These fields are described in objects called Field Definitions, where tables are described in objects called Table Definitions. Accessing the database is made through a Connection object.