Click here to Skip to main content
15,914,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Respected sir/mam

I am using sql query analyzer. Suppose i enter a query
"Select * from ......"

then records are get displays.
Then, what i want; when right click on particular record then he shows a popup but in popup menu delete option is disabled. I want to delete Record using this popup menu. How it is possible please help me.

Thank you in advance.
Posted
Updated 10-Jan-12 23:54pm
v2

1 solution

Try

Delete from [tablename] where [columnname]=[columnvalue]

You can not delete record using context menu .
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900