Before creating the actual database a system file needs to be created. A system file within DataFlex is a table that only has a single record. It’s used to store auto increment values that are used when incrementing identity columns of other tables. Using SQL you would use SQL auto increments instead of a system file.