W
Winshent
My web app allows users to upload an excel file and then ado.net loads
the data (if there is any) into sql server.
I have a problem when if there is no data in the excel spread
(completed on a weekly basis), then the code fails when i try to fill
the data adapter with the dataset.
should this fail?
whats the best way to deal with this? just simply do a count on the
dataset?
the data (if there is any) into sql server.
I have a problem when if there is no data in the excel spread
(completed on a weekly basis), then the code fails when i try to fill
the data adapter with the dataset.
should this fail?
whats the best way to deal with this? just simply do a count on the
dataset?