How to insert new record in asp.net 2.0

Joined
Jul 3, 2006
Messages
1
Reaction score
0
Hi

I am very very new to ASP.NET 2.0 and C#

I have a simple form and i need to insert a new record.

I used the following query

INSERT INTO FeatS
(ProjectID, Title)
VALUES (@projectID, @Title);
Select FeatureID, ProjectID,Title
From Feats
Where (FeatureID = SCOPE_IDENTITY())

But i got an error

Cannot insert the value NULL into column 'FeatureID', table 'CRM.dbo.FeatS'; column does not allow nulls. INSERT fails.

Could someone please help ?

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top