I have an MSAccess database that I have used to create a cross tab querry.
When I try and bind it to a datagrid unsing an OleDbDataAdapter or
OleDbDataReader the data grid only displays two of the many column headers
and none of the data. I am not haveing trouble binding to other queries in
the same database. I did note that in the Visual Studio .Net Server explorer
if I make a connection to the database it lists the Crosstab querry as a
stored procedure not a view. I have also tried using an OleDbCommand of
CommandType StoredProcedure but still no luck. Any help would be appreciated.