Martijn van Dru
Member
- Joined
- Jun 10, 2003
- Messages
- 23
Does anybody know what the syntax is from a delete command when you use for example a value of a textbox (its a DELETE command for an ExecuteNonQuery command)
I tried the following:
I hope someone can help
Martijn
I tried the following:
Code:
Dim squery As String = " DELETE FROM Table1 WHERE (ID = " & textbox1.Text & ")"
I hope someone can help
Martijn