It depends on whether the question itself is flawed.
If you ask something like, "How can I accept requests from multiple sockets at the same time" only to find out that a single concurrent request is good enough for you, but someone comes along and actually explains how to do it (correctly) it is appropriate to mark it as the answer. As long as the question itself is valid, and someone answers the question as asked marking it as the answer is fine, even if it didn't help you solve your problem.
If your question is more along the lines of, "Here is a code sample, it's deadlocking [here], but I don't know how to resolve it, help" and it turns out that it's not actually deadlocking at all, you just paused the code in the debugger, then chances are there won't (or can't) be any answer that will actually answer the question. Here there are a few options. If someone else is smart enough to say, "the question is flawed, the code is actually working and your problem is elsewhere" you could mark that as the answer. If there is no such answer, feel free to post your own explaining the fundamental problems in the question, and what you did to resolve it.
Also keep in mind that you aren't obligated to accept an answer. No matter what anyone else tells you, if you don't feel that any of the current answers to your question answer the question by whatever criteria that you feel is relevant, you shouldn't mark one as the answer. Marking an answer that doesn't actually solve the problem just to improve your accept rate does more harm than good. If you want to accept an answer, even though you didn't use it's solution, just because you felt it was a great answer to the question, that is also fine, but that is a choice you make.
As always, any answer that you felt was beneficial or helpful, even if it doesn't actually answer the question, can be given an upvote. If someone said something that lead you towards a line of thought that you used in solving your problem, or just taught you some new (but unrelated) information, then an upvote is a great way to give that positive feedback.