J
john
In the IDE, if you create a DataSet, you can drag tables from the
Server Explorer and it will automatically create a DataTable for you
inside the DataSet. Is there a way for it to automatically create a
DataTable for you from a "SELECT" statement that you give it. For
example, I have a SELECT statement that has a bunch of JOINs in it. I
would like to have a DataTable that perfectly matches the columns that
are returned from the query.
Thanks in advance.
Server Explorer and it will automatically create a DataTable for you
inside the DataSet. Is there a way for it to automatically create a
DataTable for you from a "SELECT" statement that you give it. For
example, I have a SELECT statement that has a bunch of JOINs in it. I
would like to have a DataTable that perfectly matches the columns that
are returned from the query.
Thanks in advance.