Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Max fields
Message
 
 
To
02/12/1998 17:02:53
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00163422
Message ID:
00163426
Views:
15
>Is the max number of .dbf field in VFP5 still 255?
>
>regards,
>
>JME

Yep, in VFP6 too. Used the following code to find out:
create table test (fx001 C(1))
on error cancel
for i = 2 to 300
	lcField = "FX" + padl(i, 3, '0')
    alter table test add column &lcField C(1)
endfor
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform