Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Max fields
Message
 
 
À
02/12/1998 17:02:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00163422
Message ID:
00163426
Vues:
12
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform