Evening All,
I set my data adapter like this:
da.SelectCommand = ....etc
I then fill a data table with it.
Everything is working just find in my app, but I have the need to check the da before I do the fill, in the event the select found no results and is empty, and handle it accordingly.
Right now it's jut bombing on the fill because the select is returning nothing. Would like to check with a simple if statement if possible.
