Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
alxtech
Yak Posting Veteran
66 Posts |
Posted - 2007-04-06 : 11:24:54
|
| i need to delete a row entry from a table.on my asp page i am retriving the entries from a table called categories, next to each category i want to insert a delete button to delete that entry from the database table.how can i relate that category with the delete button. |
|
|
dinakar
Master Smack Fu Yak Hacker
2507 Posts |
Posted - 2007-04-06 : 11:26:51
|
| Using the PrimaryKey value in the WHERE condition. You have a PrimaryKey on the Categories table right?************************Life is short. Enjoy it.************************ |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-04-07 : 03:18:30
|
| This is front end related question. Better you post this in .NET realted forumMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|