This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Number of Forms Available?
Started 16 years ago by epsd | 4 posts |
-
Hey Yuniar! How many individual active forms can I have in my database? Is there are set number, 100, 200 , 10,000? I looked at the form_id field and it seems that the number could be up to 11 digits...
Posted 16 years ago # -
Right now, the field type is INT, so you can create forms up to 2.147.483.647 forms.
If you need more, just change the field type to UNSIGNED BIG INT and you can have up to 18.446.744.073.709.551.615 forms ... need more? ;-)
Some reference:
http://dev.mysql.com/doc/refman/5.0/en/numeric-types.htmlMachForm Founder
Posted 16 years ago # -
Thought so, just wanted to check. Since each form also requires a new table as well, are there any limitations there? I might end up with several hundred forms... Has anyone else hit this number and have there been any problems?? Thanks!!
Posted 16 years ago # -
There are limits for that too. However, don't worry about it, hundreds won't harm you, not even millions of tables.
MachForm Founder
Posted 16 years ago #
Reply
You must log in to post.