G
Guest
Hi All,
I have a need to create a generic DataTable using data in a 2D array of
strings (I do not have direct access to the database, and am given the data
via another program that I do not have control over).
Is there a quicker, more efficient way to do it besides creating an empty
DataTable and creating and appending DataRows?
Thanks,
pagates
I have a need to create a generic DataTable using data in a 2D array of
strings (I do not have direct access to the database, and am given the data
via another program that I do not have control over).
Is there a quicker, more efficient way to do it besides creating an empty
DataTable and creating and appending DataRows?
Thanks,
pagates