UltraLite Database User's Guide
Using UltraLite Static Interfaces
Most development tools use a dependency model, sometimes expressed as a makefile, in which the timestamp on each source file is compared with that on the target file (object file, in most cases) to decide whether the target file needs to be regenerated.
With UltraLite development, a change to any SQL statement in a development project means that the generated code needs to be regenerated. Changes are not reflected in the timestamp on any individual source file because the SQL statements are stored in the reference database.
For specific instructions on adding UltraLite projects to a dependency-based development environment, see Configuring development tools for embedded SQL development.