Viewing post 1 (of 1 total)
example of code
INSERT INTO CarFeedback(Carid,UserID,Feedback,CreatedDate)
VALUES (@Carid,@UserID,@Feedback,getdate())
October 18, 2011 at 10:48 pm
#1396449