|
-
Jul 4th, 2006, 04:10 PM
#1
Thread Starter
Member
How to delete a row in my database?
How can I delete a specific row in my database from my windows form?
ex. the user chooses the data he wants to delete and press the delete button....
-
Jul 4th, 2006, 04:28 PM
#2
Re: How to delete a row in my database?
You need to execute an SQL DELETE statement against your database. I suggest that you read the ADO.NET tutorials in my signature. The four basic operations you would perform would be SELECT, DELETE, INSERT and UPDATE and those tutorials will explain how to do each of those. If you aren't too familiar with SQL syntax there is a link to an SQL tute in my sig too.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|