Error table 0 cant be found
-
hai, in my application vb.net if ds.tables(0).rows.count>0 then 'do something end if i am getting error table 0 cant be found ,what would be the problem plz send some details thanks and regards, surendra
surendra
Same as the last time I answered this. Your dataset doesn't contain any tables. Have you looked at where the dataset is created, and checked that any data is being returned ?
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert
-
Same as the last time I answered this. Your dataset doesn't contain any tables. Have you looked at where the dataset is created, and checked that any data is being returned ?
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert