Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending from one fld to another?
Message
From
27/01/1999 16:35:42
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00181040
Message ID:
00181066
Views:
11
>>>I coded a program in vfp50. Now, after the program was distributed,
>>>The customer wants me to change one of the fields in one of the tables. The field he wants to change is:
>>>Num decimal
>>>3 2
>>>
>>>to this
>>>Num decimal
>>>3 3
>>>
>>>The customer does not wants to loose any data and he wants to be able
>>>to transfer data from the old number fld to the new one.
>>>I have to do this using program code....Any ideas?
>>
>>Alter table mytable alter column myfield N(3,3)
>
>... see VFP Help on ALTER TABLE - SQL for all the details.
----------
hey Mark and Ken ... thanks for your answers...
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Reply
Map
View

Click here to load this message in the networking platform