Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alter Table question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01433924
Message ID:
01433942
Views:
49
>I have one customer who has a problem with a database changing structure. The structure changes from N(10,3) to to N(10).
>
>Is there a command to check the precision of the field and change it using alter table Alter Column ?
>
>Don

BTW, you may try to find records that present a problem with this select statement

select * from myTable where MyFieldToChange != int(myFieldToChange)
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform