Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~106 People Reached
Favorite Forums
Member Avatar for zahidprog

hi, I faced this problem when I tried to insert data into the database. public CustomMessage SaveIssue(Issue issue) { if (issue.Id == 0) return InsertIssue(issue); else return UpdateIssue(issue); } public CustomMessage InsertIssue(Issue issue) { string fieldNames = "(Sl_no,Date,NamePrdOrRep,NameOfDepartment,TitleOfProduction,TapeType,PurposeShooting,PurposePreview,QuantityOfTape,BoxNo,BoxName,TapeNo,IssueOrReturn)"; the error message is shown this line execution string fieldValues = "Values( …

Member Avatar for neeks
0
106