UltraLite Database User's Guide
UltraLite Static Interfaces Reference
Reference database stored procedures
Removes an UltraLite project from a database.
ul_delete_project (in @project char(128) )
DBA authority required
None
ul_add_project system procedure
ul_delete_statement system procedure
Removes an UltraLite project from the database.
project The UltraLite project to be deleted from the database.
The following call deletes the Product project:
call ul_delete_project( 'Product' )
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.