P
Peter
Sorry guys.. I am so dumb on this..please ignore.
Peter
Peter
Peter said:Thanks guys.. I managed to get the Dictionary and OleDb thing working but Mark, any comments on the error below.
Peter
---
Compiler Error Message: CS0103: The name 'MyCreateDataSetMethod' does not exist in the current context
Source Error:
Line 194: logEntriesTable = logEntriesDataSet.Tables[0];
Line 195:
Line 196: DataSet MyDataSet = MyCreateDataSetMethod() ;
Line 197: DataTable MyDataTable= MyDataSet.Tables[0] ;
Line 198: DataRow MyDataRow = MyDataTable.NewRow();
Source File: s:\WebRoot\Logging\Report.aspx Line: 196