October 4, 2013 at 6:26 am
What does this error message mean when a application is connected to a SQL database?
'Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index'
Thanks
October 4, 2013 at 6:42 am
This is by no way a Database error, this is a front-end error. And since you did not bother to tell what the front-end is, I am taking a shot in the dark. I am assuming that this is a .NET web app.
It seems you have an array n long and you are trying to access the nth or greater element within it. Indexes are 0 based and so an n sized array must be accessed by indexes 0 to n-1
Talk with your front-end developer and have then investigate.
Andrew SQLDBA
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy