UltraLite User's Guide
UltraLite Reference
Reference database stored procedures
Creates an UltraLite project.
ul_add_project (in @project char(128) )
DBA authority required
None
ul_delete_statement system procedure
Adds an UltraLite project to the database. The project acts as a container for the SQL statements in an application, and the project name is supplied on the UltraLite generator command line so that it can define classes for all statements in the project.
project The UltraLite project name.
The following call adds a project named Product to the database:
call ul_add_project( 'Product' )