Look at this INSERT statement pulled directly from one of my apps. Should be fairly easy to figure out why yours isn't working.
Code:InsertCommand="INSERT INTO [tblNewArrivals] ([intGunID], [bitActive], [dtPosted], [strPostedBy]) VALUES (@intGunID, @bitActive, @dtPosted, @strPostedBy)"




Reply With Quote