Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trouble with cursors
Message
De
15/10/1999 07:32:26
Alec Dearden
Peterborough Hospitals Nhs Trust
Peterborough, Royaume Uni
 
 
À
13/10/1999 20:22:15
Ray Keys-Bramlett
Custom Business Applications
Fresno, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00276127
Message ID:
00276745
Vues:
18
Hi Ray,

Am I missing the point (?) but why don't you use your original code but make the first query select into a TABLE in what ever directory/network pc that you want ? ie:-

select 'MAIL',fm_addr1,fm_addr2,fm_city,fm_state,fm_zip;
from family;
where family_id=fid;
into table x1

select 'SITE',fp_addr1,fp_addr2,fp_city,fp_state,fp_zip;
from family;
where family_id=fid;
into cursor x2

select x1
append from x2
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform