Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IndexOutOfRangeException error
Message
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
IndexOutOfRangeException error
Miscellaneous
Thread ID:
01113537
Message ID:
01113537
Views:
51
I am getting an IndexOutOfRangeException error when the GetDataSet is called.
The tsReferenceNo is valid. Any ideas????
       public DataSet GetFreightBill(string tsReferenceNo)
        {
            IDbDataParameter param1 = this.CreateParameter("@ReferenceNo", tsReferenceNo);
            return this.GetDataSet("SELECT * FROM FreightBills WHERE ReferenceNo = @ReferenceNo", param1);
        }
Gary
Next
Reply
Map
View

Click here to load this message in the networking platform