Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Requery()
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00718958
Message ID:
00718960
Views:
42
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform