Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need program to midify databases
Message
De
25/02/1998 14:49:52
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00081093
Message ID:
00081158
Vues:
34
>>Alter Table would probably best solution. If you can use the Command window simulator in your apps, then you use the table exclusively and do a modify structure. If the table is part of a DBC, then you need to open the database exclusively first. Also the original table would need to be modified itself to prevent losing any persistent relationships, primary keys, long names, etc.
>
>I like the using the command window in my app the best. How do I get it to come up from my app?
>
>Thanks,

The simplified 'command window' is form with textbox and button. Button click event fire code:
Local cCommand
cCommand=Thisform.txtCommand.value && you type literal command in textbox
&cCommand.
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform