A altonjone New member Local time Today, 14:32 Joined Feb 4, 2010 Messages 3 Feb 8, 2010 #1 Hi Friends, I am having one query regarding Identity in SQL. I want to Give ID column the permission to get auto incremented with the data inserted in the table. Can anyone help?
Hi Friends, I am having one query regarding Identity in SQL. I want to Give ID column the permission to get auto incremented with the data inserted in the table. Can anyone help?
DCrake Remembered Local time Today, 22:32 Joined Jun 8, 2005 Messages 8,626 Feb 8, 2010 #2 Have you set the ID field to be an Autonumber in the table design? David