ADF provides easy way to add a autoincrement column in table to make Serial No. or Sequence Column for table ,thats value autoincrements with no.of rows in table .
You have to follow these steps to do this.
You have to follow these steps to do this.
- Go to tabel properties (property Inspector) and set VarStatus to vs
- Now add a column in table and drop an output text inside this new added column
Very good example, it is really working , thanks for effort.
ReplyDeletehow can i save this index value into DB?
ReplyDeleteYou can generate a serial no of sequence and then save it in DB
DeleteThanks
ReplyDelete