Posts: 90
Threads: 30
Joined: Mar 2010
Reputation:
1
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
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
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