Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A quickie about view
Message
 
À
04/04/2001 10:46:28
David Brunelle
Université de Sherbrooke
Sherbrooke, Québec, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00491853
Message ID:
00491864
Vues:
7
>I just want to change the size of a field because I changed them in the tables I use in the view.. but how do we actually tell the program that we want to modify the view, like we do with ALTER TABLE for a table?
>
>
>>Hi David,
>>>We can alter tables using ALTER TABLE ALTER COLUMN etc...
>>>but can we do ALTER VIEW ... ALTER COLUMN?????
>>Depending on what you want to do... DbSetProp() can be used. GenDbc, or even better GenDbcX can help you out there.

How about this:
DBSetProp('ViewName.FieldName', 'Field', 'DataType', 'NewDataType')
Bill Armbrecht
VFP MCP
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform