Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IndexOutOfRangeException error
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
IndexOutOfRangeException error
Divers
Thread ID:
01113537
Message ID:
01113537
Vues:
53
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform