Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating cursors using SQL
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00521422
Message ID:
00521487
Views:
15
>Hi all again,
> Is it possible to create a cursor or local view using SQL? If there is, what's the syntax? I'd be glad to hear from you guys. Sorry for these "easy" questions ...... they are so hard for me coz I'm new in VFP 6. :-)

In addition to Hector's and Alexander's answers, you can use standard ANSI SQL SELECT syntax to create a cursor as a result set.
SELECT ...
   INTO CURSOR curTemp

CREATE CURSOR curTemp ;
   (field1 L)
I like easy questions. I can answer those.
-cjh
Previous
Reply
Map
View

Click here to load this message in the networking platform