I tried the .Net ODBC Data Provider to connect to the ODBC Source. Then I tried to use the DataReader Source connection. It seems like it picks up the columns in the data set, but gives this error:
"ODBC Drive does not support this function"
All I am doing is putting in the connection name and a simple "SELECT *" Query. Has anybody seen this or could lend a hand? Really appreciate any help. Thanks.
-Pat