5 pts.
 Check for Inserting Same ID Number using VB.NET and SQL Server 2000
I have ID Number Based Application once i enter one ID Number how can i put a check to stop entering same ID number am using VB.Net with Sql2000

Software/Hardware used:
ASKED: March 23, 2008  11:23 PM
UPDATED: March 24, 2008  7:26 PM

Answer Wiki:
I usually use auto-increment fields for my primary key to avoid duplication. This creates a unique ID for you automatically when you insert a new row in the DB. Hope this helps, Joelle
Last Wiki Answer Submitted:  March 24, 2008  7:26 pm  by  JDantin   335 pts.
All Answer Wiki Contributors:  JDantin   335 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _