Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding two fields to table programatically.
Message
From
11/06/2003 12:38:19
 
 
To
11/06/2003 12:33:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00798999
Message ID:
00799005
Views:
25
Raj,

Look into ALTER TABLE ... ADD COLUMN ...

HTH.

Wan

>I want to add two field's to an existing table system.dbf
>
>table is located at the same place where exe is.
>
>Can you please tell me how i can add two fields:
>
>field1 : N(6,0)
>
>field2 : char binary (200)
>
>********************************************
>Can i use the following to do that:
>
>Modify TABLE (mUserPath + system) add (;
>field1 N(6,0),;
>field2 Char bin(200))
>
>********************************************
>
>Thank you very much.
Previous
Reply
Map
View

Click here to load this message in the networking platform