UltraLite User's Guide
UltraLite Reference
Reference database stored procedures
For Palm Computing Platform development using the C++ API, assigns a SQL statement from an UltraLite project to a particular segment.
ul_set_codesegment(in @project char(128),
in @name char(128), in @segment_name char(8) )
None
ul_add_statement system procedure
Explicitly assigns the generated code for a C++ API SQL statement to a named Palm segment.
project The UltraLite project to which the statement applies.
name The name of the statement as defined in ul_add_statement system procedure..
segment_name The name of the segment to which the statement is assigned.
The following call assigns the statement mystmt in project myproject to segment MYSEG1.
call ul_set_codesegment( 'myproject', 'mystmt', 'MYSEG1' )