Auto Increment a Sr_No in table.
Hello Guys,
I have a table having a column called Sr.No.
And I Wish that everytime i make an entry into that table Sr.No should be auto Incremented.
How Can I Achieve this Functionality ?
Thanks
Related Article: Problem with auto increment formating
is a VB.NET discussion thread by Bun2014 that has 6 replies, was last updated 1 year ago and has been tagged with the keywords: formating, issue.
Rahul47
Junior Poster in Training
84 posts since Jan 2013
Reputation Points: 0
Solved Threads: 1
Skill Endorsements: 0
What database are you using?
pritaeas
Posting Prodigy
9,533 posts since Jul 2006
Reputation Points: 1,194
Solved Threads: 1,494
Skill Endorsements: 98
@pritaeas: Thanks for your cocern but my problem is solved..
I am using SQL Server which is embedded in VB.NET.
Modifying the property of Identity Column you can achieve this functionality.
Rahul47
Junior Poster in Training
84 posts since Jan 2013
Reputation Points: 0
Solved Threads: 1
Skill Endorsements: 0
Question Answered as of 4 Months Ago by
pritaeas