Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
 <pre lang="msil">
SELE 101
USE
SELE 101
USE c:\dtmps\tmplabresult EXCLUSIVE

ALTER TABLE C:\DTMPS\TMPLABRESULT ADD LASTNAME C(15)
ALTER TABLE C:\DTMPS\TMPLABRESULT ADD FIRSTNAME C(15)
ALTER TABLE C:\DTMPS\TMPLABRESULT ADD MIDNAME C(15)



this is my code for altering my table in foxpro but the problem is when i open the table the added 3 fields are not added..


thanks...
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900