|
-
Sep 9th, 2004, 08:47 PM
#1
Thread Starter
Junior Member
Checking Data Adapter [Resolved]
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.
Last edited by brixel; Sep 9th, 2004 at 09:36 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|