@@ -1,3 +1,7 @@
+2004-08-04 Umadevi S ([email protected])
+ * OdbcDataReader.cs - Fixed bug 61832 - Column names were not filled, due to which name based lookup of columns failed.
+
2004-08-04 Umadevi S ([email protected])
* OdbcDataReader.cs - Fixed bug 61405 - Handling smallint column type.
@@ -606,6 +606,8 @@ namespace System.Data.Odbc
currentRow=-1;
else
currentRow++;
+ GetSchemaTable();
// Clear cached values from last record
foreach (OdbcColumn col in cols)
{