UltraLite User's Guide
UltraLite Reference
Reference database stored procedures
Removes a SQL statement from an UltraLite project.
ul_delete_statement (in @project char(128),
in @name char(128) )
DBA authority required
None
ul_add_project system procedure
ul_add_statement system procedure
Removes a statement from an UltraLite project.
project The UltraLite project from which the statement should be removed.
name The name of the statement. This name is used in the generated classes.
The following call removes a statement from the Product project:
call ul_delete_statement( 'Product', 'AddProd' )