Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change SQL column from numeric(3,0) to numeric(6,0)
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01685524
Message ID:
01685543
Views:
26
>I am wondering if ALTER TABLE (in code) on a table with about 1 million records may take a long time or even time out. Also, as I already wrote to Tore, I need to make sure that nowhere the code will break because it depends on NUMERIC() type.
>Thank you.

It should be relatively fast command,
In VFPP you should not do any changes. The int field is NUMERIC in VFP.
CREATE CURSOR aaa (fld1 I)
WAIT WINDOW TYPE("Fld1")
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform