Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to change table structure for existing free table
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01135057
Message ID:
01135062
Vues:
15
>Can you program a change to a free table? I want to add a field and add a multiple field index to an existing table at a client's site. Can this be done with code?
>
SELECT 0
USE mytable EXCLUSIVE
ALTER TABLE mytable ADD COLUMN NewColumn C(20) 
INDEX ON ... TAG NewTag
USE
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform