D
danielb
Guest
Common practice for a table with an ID is to define the table, define the field, define the sequence, and then manually assign the field with the NEXT-VALUE() from the sequence. It would be good to have a field defined as AUTO INCREMENT, where this mapping was handled by the database itself. Alternatively, allow for a temp-table field to be defined as such, so importing records from an XML file, or similar, does not require additional variables.
Continue reading...
Continue reading...