E Earl Mar 4, 2004 #1 Is the DataReader only for SQLServer or can it be used with ODBC? If so, is anyone aware of a sample out there?
Is the DataReader only for SQLServer or can it be used with ODBC? If so, is anyone aware of a sample out there?
W William Ryan eMVP Mar 4, 2004 #2 They inherit from IDataReader so the one for Sql Server is SqlDataReader. If you are using the 1.1 framework, there's an ODBCDataReader http://msdn.microsoft.com/library/d...lrfsystemdataodbcodbcdatareaderclasstopic.asp HTH, Bill
They inherit from IDataReader so the one for Sql Server is SqlDataReader. If you are using the 1.1 framework, there's an ODBCDataReader http://msdn.microsoft.com/library/d...lrfsystemdataodbcodbcdatareaderclasstopic.asp HTH, Bill
E Earl Mar 4, 2004 #3 That link was very helpful Bill. Thanks. William Ryan eMVP said: They inherit from IDataReader so the one for Sql Server is SqlDataReader. If you are using the 1.1 framework, there's an ODBCDataReader http://msdn.microsoft.com/library/d...lrfsystemdataodbcodbcdatareaderclasstopic.asp HTH, Bill Click to expand...
That link was very helpful Bill. Thanks. William Ryan eMVP said: They inherit from IDataReader so the one for Sql Server is SqlDataReader. If you are using the 1.1 framework, there's an ODBCDataReader http://msdn.microsoft.com/library/d...lrfsystemdataodbcodbcdatareaderclasstopic.asp HTH, Bill Click to expand...