Dec 22, 2003 #1 sermac Programmer Jul 27, 2002 238 US Hi: . . . am programming in vfp7. VFP.dbf tables are limited to 255 fields and 2g of records. Not knowing "anything" about mysql. . . how does it handle "tables.dbf" regarding the number of fields limit and number of records limit? THX Bill
Hi: . . . am programming in vfp7. VFP.dbf tables are limited to 255 fields and 2g of records. Not knowing "anything" about mysql. . . how does it handle "tables.dbf" regarding the number of fields limit and number of records limit? THX Bill
Dec 22, 2003 #2 Bastien Programmer May 29, 2000 1,683 CA don't think there is a table limit. file limits are up to 8 terabytes...but mainly o/s dependant Bastien Any one have a techie job in Toronto, I need to work...being laid off sucks! Upvote 0 Downvote
don't think there is a table limit. file limits are up to 8 terabytes...but mainly o/s dependant Bastien Any one have a techie job in Toronto, I need to work...being laid off sucks!
Dec 22, 2003 Thread starter #3 sermac Programmer Jul 27, 2002 238 US Bastien. . .and others: How many "fields" ("not" records) are you able to put in a table? is there a limit? Upvote 0 Downvote
Bastien. . .and others: How many "fields" ("not" records) are you able to put in a table? is there a limit?
Dec 23, 2003 #4 BNPMike Technical User Sep 17, 2001 1,818 GB InnoDB has a limit of 1000 fields per table. Can't see any info on the others. Upvote 0 Downvote