Fixed row group format
If you select Fixed as the value in the Row group format list in either the Generate Type Tree from Tables dialog, the Generate Type Tree from Query dialog, , or the Generate Type Tree from Stored Procedures dialog, the Properties window in the generated type tree indicates that the Row type is an explicit group defined as having a fixed syntax.
In the Group options pane, which is located in the dialog for generating the type tree, you can specify the Terminator setting values to be used in the type tree. The default value is <CR><LF>.
When using the DBLOOKUP, DBQUERY, GET and PUT map functions with the database adapter, the adapter will use the default values for the Delimiter, Terminator, and Release settings. This is because the data passed to and from the adapter is, in this case, not represented by the type trees generated in the Database Interface Designer. The adapter will use the default values for the Delimiter, Terminator, and Release settings since it cannot access this information from a type tree.