Collection Contents Previous Next PDF

UltraLite Database User's Guide

UltraLite Static Interfaces Reference

Reference database stored procedures

ul_delete_project system procedure


Function 

Removes an UltraLite project from a database.

Syntax 

ul_delete_project (in @project char(128) )

Permissions 

DBA authority required

Side effects 

None

See also 

ul_add_project system procedure

ul_delete_statement system procedure

Description 

Removes an UltraLite project from the database.

project    The UltraLite project to be deleted from the database.

Examples 

The following call deletes the Product project:

call ul_delete_project( 'Product' )

Collection Contents Previous Next PDF