Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADD and DROP Columns in a free table
Message
From
13/08/2003 18:26:00
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
13/08/2003 18:14:22
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00819961
Message ID:
00819966
Views:
20
>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.)
Previous
Reply
Map
View

Click here to load this message in the networking platform