List Limits

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I'm wondering if there is a limit to the number of items that can be
added to a list. This is different to the total number of items a list
can have at any given time (I don't believe there is any hard-and-fast
limit to this - just down to performance).

Each list item has an ID value. We have a project that is looking at
adding 1,000 items every day to a list (and removing yesterday's 1,000
items). The ID value is going to auto-increment, but what happens when
it reaches it's maximum value?

Does it loop back to 1? What does it do if there is an old entry in the
list - does it skip that ID automatically?

Ivan

.



Relevant Pages

  • Re: Displaying a Form (C#.NET)
    ... your application (sort of like your "main" entry point and getting the event ... loop started). ... Prev by Date: ...
    (microsoft.public.dotnet.general)
  • Re: For Each - loop doesnt work.
    ... That will be a syntax error, because WITH statement starts within FOR ... loop. ... Ivan ... Prev by Date: ...
    (microsoft.public.excel.programming)
  • Re: startup form hidden
    ... You can do all this pre application loop in main entry point. ... > some processes to take place before showing the form to the user. ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Performance: Iterating a vector in a loop..
    ... if itLoop == endon entry to the loop ... Bedtime. ... Prev by Date: ...
    (microsoft.public.vc.language)
  • RE: Creating a que
    ... and entry count in a collection. ... if eo.Count> 0 then bMoreData = True ... At the beginning of the loop you assume this is the last time through the ... Then you go through each item in the Entries ...
    (microsoft.public.excel.programming)