UltraLite Database User's Guide
UltraLite Static Interfaces 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' )
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.