Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADD and DROP Columns in a free table
Message
De
13/08/2003 18:26:00
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
13/08/2003 18:14:22
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00819961
Message ID:
00819966
Vues:
21
>Using ALTER TABLE I know, but if the table is not in a database how do I check if the column exists before I DROP or ADD it? In a database I would use INDBC() but not sure how to do the same on free tables. Thanks!
>
>Regards, Renoir

I did it this way to determine if the field EXPORT exists in the current table, but if there is a better way...
=AFIELDS(aWebMstr)
llFound = IIF(ASCAN(aWebMstr,'EXPORT')>0,.T.,.F.)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform