I am new to quite new vb net 2005 and want to read a sql server table and load the result set directly into excel. I want the worksheet to be opened and display the column headers and data from the query.
In VB6 it was possible to declare a Querytable and I am wondering if there is an equivalent in .Net
In VB6 it was possible to declare a Querytable and I am wondering if there is an equivalent in .Net
Comment