I'm using
VB.NET (not 2003) and want to know how I can determine whether or not a dataset I've created actually HAS any data in it. I know in 2003, you can use the .hasrows function, but I'm not sure how to do this in the first version.
I ask because I have several query possibilites a user can select. From the query, the results are populated in a datagrid. If there aren't any results in the grid, I want to tell the user that no results were found..not just that for some reason the grid didn't populate.
ANY help would be appreciated.