S
santiago
I was trying to fill an object using DataReader. but the queries were
such that one query returned 14 columns and another returned 18
columns. i was trying to read data from reader in such a way that it
incorporated this in single method.
but the problem was that it was throwing an IndexOutOfRange exception
is there is way except for reading schema that i can fetch data only
if if exists?
such that one query returned 14 columns and another returned 18
columns. i was trying to read data from reader in such a way that it
incorporated this in single method.
but the problem was that it was throwing an IndexOutOfRange exception
is there is way except for reading schema that i can fetch data only
if if exists?