Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change SQL column from numeric(3,0) to numeric(6,0)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01685524
Message ID:
01685543
Vues:
28
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform