Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Workarea and SQL Created Cursor
Message
 
 
À
11/09/2005 12:20:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01048467
Message ID:
01048532
Vues:
18
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform