Me dice que hay un error en la consulta UPDATE pero no logro hallarla
Código:
String1 = txtEditAuthor.Text
String2 = txtEditSource.Text
String3 = txtEditTags.Text
MyOledbCommand.CommandText = "Update files Set " _
& "author='" & String1 & "', " _
& "source='" & String2 & "', " _
& "tags='" & String3 & "', " _
& "WHERE ID = " & Me.lstEditDatabase.SelectedItems(0).SubItems.Item(0).Text
Me pueden ayudar?