Forum Post: RE: Progress Sequence values and Rollbase

  • Thread starter Thread starter Manooj Murali
  • Start date Start date
Status
Not open for further replies.
M

Manooj Murali

Guest
There is a AutoNumber field type in rollbase which can be of use here. As of 3.0.5, autonumber is supported on external objects as well, but only if the jdbc metadata isautoincrement returns true for the sequence column (May be some one from OE can comment on this). But, the catch is that it is highly encouraged to not set the value of sequence column manually and let the database handle it (most of the db's such as mySQL, SQL Server take care of setting the column value even when its not in the query). I am not sure how you can achieve this behavior in 3.0.4.

Continue reading...
 
Status
Not open for further replies.
Back
Top