Hi,
In maxdb you can create Number generator by specifying
CREATE TABLE mytab (seqcol SERIAL PRIMARY KEY, other_col CHAR (20))
so the seqcol generates sequential numbers.
In Web AS netweaver you need to create a datadictionary to specify the create table sql.
How do you specify the default generation of number generators?
thanks
Padmaja