hello i created a database 'sa' and add a table 'read' the table contains 2 column 1-no , 2-name when i add a name using a tex box and a button. no. column must update automatically as 0,1,2,3,4,...........
no name
0 sanu
1 edwin
2 tisil
simply i need to add serial no in my database in the column 'no'.
santana geor...
Member
2 Points
9 Posts
Adding serial no in to .mdf database
Apr 22, 2012 09:46 AM|LINK
hello i created a database 'sa' and add a table 'read' the table contains 2 column 1-no , 2-name when i add a name using a tex box and a button. no. column must update automatically as 0,1,2,3,4,...........
no name
0 sanu
1 edwin
2 tisil
simply i need to add serial no in my database in the column 'no'.
please help me