HOW DO I DEBUG THE FOLLOWING
An explicit value for the identity column in table 'tblApplicant' can only be specified when a column list is used and IDENTITY_INSERT is ON.

Recommended Answers

All 2 Replies

You are executing a query that tries to insert a value for an identity column, which is not allowed.

thnx...let me correct that

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.