: in the database programming, what's does index out of range mean? can anyone asnwer me fast, because i need the answer urgently. thanks : : Maggie,
An index out of range message means you've attempted to access a record in the database at an index that doesn't contain a record. For instance, if you attempt to access record 56 and you only have 45 records, you would get this error. Also, if your index value got messed up somehow, like set to -1 or 65536, you would also get a similar message. It might be easier to help you if I knew what was going on at the time of receiving this message.
Comments
:
:
Maggie,
An index out of range message means you've attempted to access a record in the database at an index that doesn't contain a record. For instance, if you attempt to access record 56 and you only have 45 records, you would get this error. Also, if your index value got messed up somehow, like set to -1 or 65536, you would also get a similar message. It might be easier to help you if I knew what was going on at the time of receiving this message.
DeAnna