The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
upper limit on records? - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: upper limit on records? (/showthread.php?tid=802) |
upper limit on records? - Hannes - Aug 8th, 2010 Is there an upper limit on records (limited by form tools or mysql) or is it only limited by the size of the harddisc? best regards, Hannes RE: upper limit on records? - Ben - Aug 14th, 2010 Hey Hannes, There's no upper limit in the script, but MySQL imposes a certain size on the rows of the database. This is due to the InnoDB DB type - which eventually I'll be changing to MyISAM. Did you run into a problem, or were you just checking? - Ben |