I've literally looked everywhere, but can't find any relevant information.
I need to execute a query and return the number of results, but the only command I can really find is ExecuteNonQuery, which doesn't return the number of results.
I know my query is correct, I just can't get it to execute and return the correct number through VB.NET.
Any help would be much appreciated.
I know it's something simple.