hi..
im using vb.net
can u guys help me..
i dont know why error still come...
whats wrong with my coding?
dis my code
Public Sub UpdateMember(ByVal membername As String, ByVal address As String, ByVal handphone As String)
ExecuteSqlCommand("update member set tmembername=" & membername & ", taddress='" & address & "' and handphone='" & handphone & "'")
End Sub
when i running the program
this error will out "No value given for one or more required parameters"
please help me...
im in urgent..
thanks.