Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Workarea and SQL Created Cursor
Message
 
 
To
11/09/2005 12:20:53
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01048467
Message ID:
01048532
Views:
19
>OK, so I still don't get it...
>
>If I want to have the table patients.dbf open in area 1, and then I issue the sqlexec command to create a cursor full of results that I want to have the alias results, but open in area 2 (or the first open area), what comes after this code:
>
>select 1
>use patients.dbf
>
>??????????
>

The 'results' cursor will be created in the first free work area. In your example it'll be work area 2. The patients.dbf still be open.
* WA 1 
Alias: patients
Table: patients.dbf

* WA 2
Alias: results 
Cursor: results 
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform