I'm not having much luck with Oracle data retrieval. One error is listed below where IUWI key is being added.
Tried a local database with a few test columns and got Error: An OLE DB Provider was not specified in the ConnectionString. An example would be, 'Provider=SQLOLEDB;' With the latter I tried the Microsoft Driver for Oracle which usually works with any app. Also tried Oracle 9.2 driver. Any suggestions?
Server Error in '/mwh3' Application.
--------------------------------------------------------------------------------
Item has already been added. Key in dictionary: "IUWI" Key being added: "IUWI"
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Item has already been added. Key in dictionary: "IUWI" Key being added: "IUWI"
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentException: Item has already been added. Key in dictionary: "IUWI" Key being added: "IUWI"]
System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add) +931
System.Collections.Hashtable.Add(Object key, Object value) +11
ASPRunnerNET.confxml.GetKeyFieldsHash(String strTableName) +193
ASPRunnerNET.ListForm.Page_Load(Object sender, EventArgs e) +1811
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +725
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573