C
cmhasan
When I connect to any table through UI .NET add select statement in
Insert statement by default .e.g.
"INSERT INTO TestMessageText(msg_no, line_no, msg_text, time_stamp)
VALUES (@msg_no, @line_no, @msg_text, @time_stamp); SELECT msg_no,
line_no, msg_text, time_stamp FROM TestMessageText WHERE (line_no =
@line_no) AND (msg_no = @msg_no)"
Can any one explain what is the use of the select statement here and
how to use it ?
*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
Insert statement by default .e.g.
"INSERT INTO TestMessageText(msg_no, line_no, msg_text, time_stamp)
VALUES (@msg_no, @line_no, @msg_text, @time_stamp); SELECT msg_no,
line_no, msg_text, time_stamp FROM TestMessageText WHERE (line_no =
@line_no) AND (msg_no = @msg_no)"
Can any one explain what is the use of the select statement here and
how to use it ?
*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*