Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Command to use view?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01452348
Message ID:
01452432
Vues:
32
>>>>hello
>>>>i kno the usetable('table') and use [table] command lets u work with tables not in the DE. but is there one for Views as well?
>>>
>>>Yes, same commands for view (you can add NODATA option, though). Check Help for USE command.
>>
>>its the same?i subsittued the name of a table with one of a view...and that didnt work out
>
>You need to have open, or specify the database too.
>
>OPEN DATABASE myDB
>USE myView
>
>OR
>
>USE myDB!myView
>
>(And if there are dependent tables outside the DB, you should open them first)
>
>(Assuming the DB is in the FP path)

Neither of those commands work both tell me
file MYDB.dbc does not exist
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform