myCommand = New OleDBCommand(strUpdateStmt, myConnection)
myConnection.Open()
myCommand.ExecuteNonQuery()