Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Requery()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00718958
Message ID:
00718960
Vues:
45
>Hi,
>
>Can we issue the requery() command only on SQL views?
>Whe trying to do this on a cursor, I get the message:
>
>'Function is not supported on native tables' - 1536
>
>Any help will be appreciated.
>
>Thank you.
>

Ria,
The command only works on views (local and remote). If you create a cursor using SPT, it won't work. If you open a table or use SQL to create a cursor, it won't work.

If you have a cursor created using a SQL select, rerun the SQL statement or create a view out of it and use Requery().

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform