They were not rendered with DSSSL, but now they show up by default using
XSLT. Just remove them, since they are not useful.
Data Manipulation
-
- This chapter is still quite incomplete.
-
-
The previous chapter discussed how to create tables and other
structures to hold your data. Now it is time to fill the tables
EXEC SQL ALLOCATE DESCRIPTOR identifier;
The identifier serves as the variable name
of the
- descriptor area. <remark>The scope of the allocated descriptor is WHAT?.>
+ descriptor area. <!-- The scope of the allocated descriptor is WHAT?. -->
When you don't need the descriptor anymore, you should deallocate
it: