Simple test can tell
Main Topics
Browse All TopicsAny one know for sure the Max number of fields that a table can contain in Fox 9 SP2 . I believe it is 255. Cant find it in the dox anywhere. Microsoft wants to charge me for tek support to answer.
IF you can belive that
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
If you need lots of fields, you can change the structure in a way to name the field and its value:
RECNO N(10), field C(20), value M
Or if you have way too many records, why not use a txt file or CSV file and you can import what you wish in one command using APPEND
No need to write Microsoft. I wonder if they could help!
if you need over 255 fields I might suggest that you look very hard at how well you are Normalizing your data and the associated data tables.
Even if you don't need to utilize additional tables for Normalization purposes, you could still use multiple related tables to extend the number of fields available to you for any given KeyID.
Good Luck
If you phone MS, of course they will tell you to pay for tek support. Not being able to enter "limit" or "maximum" or "cpacities" into Fox's help search needs to be punished, of course ;)
http://msdn.microsoft.com/
Bye, Olaf.
Business Accounts
Answer for Membership
by: tusharkanvindePosted on 2009-09-14 at 10:52:57ID: 25327717
You can check "Visual Foxpro System Capacities" in the help on VFP.
It is 255 fields if there are no nullable fields in the table, else it is 254