JICGreg
Technical User
- Mar 14, 2007
- 34
I am using vfp 9.0 to programically create a table. The table has about 160 fields in it. The table "appears" to be created fine. But I know this is not the case. When using the table in subsequent operations, I get the error:
"field in table <tablename> did not match the entries into the database".
Same error with validate database.
The program calls for creating 160 fields (some with rather long names -- perhaps 15-20 characters). The program seems to work creating up to the 101st field and then when it creates the 102, I get the above referenced error.
I have also tried to use create table command for the first 101 fields and then alter table add column after that with the same error.
Any input or suggestions?
Thanks
"field in table <tablename> did not match the entries into the database".
Same error with validate database.
The program calls for creating 160 fields (some with rather long names -- perhaps 15-20 characters). The program seems to work creating up to the 101st field and then when it creates the 102, I get the above referenced error.
I have also tried to use create table command for the first 101 fields and then alter table add column after that with the same error.
Any input or suggestions?
Thanks