Contents Index ul_add_statement system procedure ul_delete_project system procedure pdf/preface.pdf

UltraLite User's Guide
  UltraLite Reference
    Reference database stored procedures

ul_add_project system procedure


Function 

Creates an UltraLite project.

Syntax 

ul_add_project (in @project char(128) )

Permissions 

DBA authority required

Side effects 

None

See also 

ul_delete_statement system procedure

Description 

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.

Examples 

The following call adds a project named Product to the database:

call ul_add_project( 'Product' )

Contents Index ul_add_statement system procedure ul_delete_project system procedure pdf/preface.pdf