Hello,
I am trying to implement a delete method in a button click event. I am getting this error msg: [red]Object must implement IConvertible.[/red] There are other Forms in this web app. that have the same exact functionality and I basically copy/pasted the code and just altered the fields. Any help would be greatly appreciated. Thanks in advance!!!
I am trying to implement a delete method in a button click event. I am getting this error msg: [red]Object must implement IConvertible.[/red] There are other Forms in this web app. that have the same exact functionality and I basically copy/pasted the code and just altered the fields. Any help would be greatly appreciated. Thanks in advance!!!
Code:
Me.SqlConnection.Open()
Dim deleteSucceed As Integer = scDelete.ExecuteNonQuery()
Me.SqlConnection.Close()