The external source can be a database of a flat file data repository. Overlord3 can interact with a number of different types of external source.
For data and method input, the Overlord3 suite of products can receive information from a flat data file or database table. For data output, Overlord3 can send information to flat data file or database table.
A flat file is a text file or binary file, although the most common form is a comma separated variable or csv file (each line relates to the information of one sample, multiple information per sample is separated by commas, see below).
aa111111,28,63
aa111112,45,91
..... , ..... , .....
..... , ..... , .....
<sample name>,<data point 1>,<data point 2>
Any database that conforms to the Microsoft ODBC standard can be used for input and output with Overlord3, these include Oracle, SQL and of course Microsoft Access.
contact for more information about using Overlord3 with a database