|
-
Apr 12th, 2010, 09:37 AM
#7
Thread Starter
Junior Member
Re: [RESOLVED] Syntax error in UPDATE statement
 Originally Posted by GaryMazzone
Add this
Code:
Try
Dim ResutlCount As Integer = dbCommand.ExecuteNonQuery()
MessageBox.Show("Rows Effected: " & ResultCount.ToString()
Catch ex As Exception
MsgBox(ex.Message, MsgBoxStyle.Critical)
End Try
What is the result in the messagebox.
Rows Effected: 0
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
|