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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 delete row entry from database

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.
************************
Go to Top of Page

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 forum

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -