I am filling a datatable from a database and I have a couple of questions:
1) If the dataadpter returns zero records, will it still create a datatable in the dataset and just leave it empty?
2) If it does not create a table how could I verify that the datatable exists in an if statement?
3) How can I verify if a datatable contains at least one record in an if statement?
Chester
1) If the dataadpter returns zero records, will it still create a datatable in the dataset and just leave it empty?
2) If it does not create a table how could I verify that the datatable exists in an if statement?
3) How can I verify if a datatable contains at least one record in an if statement?
Chester