Hi - can any one see whats wrong with my delete statement?
Error message: Incorrect syntax near '*'.
Thanks!
Dim cs As New SqlConnection("myconnectionstringinhere")
cs.Open()
Dim cmd As New SqlCommand("DELETE * FROM tblRep", cs)
cmd.ExecuteNonQuery()
Error message: Incorrect syntax near '*'.
Thanks!