Suppose I have a table mytab(id, c1,c2,c3,...). There are 100 rows in the table.
c3 is integer.
I have c3 to identity column. Then ase fill data to c3 as 1,2,3, ...10.
Then I run the powerbuilder application to insert one row in this table, I expect 101 as the value for column c3 for this new row, but its actual value is something like 5000101, not 101.
How to resolve this problem?