Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
'Dynamic' SQL
Message
De
23/01/2001 07:11:42
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
'Dynamic' SQL
Divers
Thread ID:
00467190
Message ID:
00467190
Vues:
39
Hi All,

I need to perform a SQL query number of times and gather the data into the same CURSOR. I can't use subqueries because the number of SQL is data dependent. I want to perform somthing like the following:

local i
...
Do while i>0

Select ...
from..
where i=somthing into cursor MyCursor

Enddo

I basicly need a way to APPEND to the cursor ...

Many Thanks,
Gadi Hutt
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform