2
Reply

OdbcDataReader reader.Close() NOT SUPPORTED!!!

Boblysan

Boblysan

Feb 20 2005 11:07 PM
3.6k
Hey folks, If anyone has any ideas on how to get around this it would be GREATLY appreciated. I am trying to pull data from a memory resident TimesTen database. I have an ODBC connection to this database and am using the .NET ODBC add on for visual studio. I am able so successfully establish a connection to the database, read information from the database and populate the information in to a list box. The problem is that when I go to call the data reader I am getting an ODBCException error that the reader.Close() function is not supported by the driver. I am assuming that the error is refering to the ODBC TimesTen 4.532 driver I am using to make the connection from my computer to the datasource. Are there any utilities out there that will bridge the gap between the prodominant OLE functionalities of the VS environment and the ODBC data provider / ODBC drivers? Any assistance would be greatly appreciated. Thanks, Bob

Answers (2)