Advertisement
kusha45

query

Sep 20th, 2011
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.36 KB | None | 0 0
  1. "INSERT Into Task_Master VALUES ('1'," +
  2.                 "" +userId+"," +userId+ ",'N','" +Subject+ "'," +
  3.                 "'" + serverdate + "','" + StartDate+ "','" + serverdate + "'," +
  4.                 "'"+" "+"'," +
  5.                 "'" +" "+ "','0'," +groupId+ ",0,0,1,0,'1/1/1900','','N','" +cal.getTime()+ "','')" +
  6.                 " Select Scope_Identity()";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement