September 2, 2015 at 1:03 am
Hi Experts,
How can i accomplish to delete a selected ID's using T-SQL.
I have use this query DELETE FROM `table` WHERE id IN (264, 265).
But if my parameters are selected, means it can be two or three based on the selected number rows by a user.
How can u implement above query.
Thanks.
September 2, 2015 at 1:23 am
jaquino012 (9/2/2015)
Hi Experts,How can i accomplish to delete a selected ID's using T-SQL.
I have use this query DELETE FROM `table` WHERE id IN (264, 265).
But if my parameters are selected, means it can be two or three based on the selected number rows by a user.
How can u implement above query.
Thanks.
How is the user performing the selection? Which client software are they using? What does the Id recordset look like? Comma-delimited string? For example '264,265'
September 2, 2015 at 5:08 am
Hi,
Thank you for you reply..
Vb.net and datagridview control.
The user will select a row by check box
Interger
Thanks
Thanks
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy