I'm posting this question again since nobody anwered the question the last time I posted it but I'll try and rephrase the question.
With a MSSQL database, to assign a unique ID number to a field item. WWF uses the "int" Type with a length of 4, the nullable column is unchecked, the Id column is checked, start and Id seed are set to to 1,1.
I have several fields in my own database that use this same method.
My question is this:
Because the length is 4 does this mean that the total entries can only be up to 9999? What if I have a database with more than 10,000 entries in this field? Is the WWF limited to this many entries?
I'm worried about using this method and also using WWF for my project if this is the case.
I've already purchased a license.
Thanks