Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SELECT - SQL command run over records in a file?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
SELECT - SQL command run over records in a file?
Divers
Thread ID:
00009707
Message ID:
00009707
Vues:
81
I want to run several queries in a row. However, I don't want them hardcoded in a program.

What I did was build a query statement (without the word SELECT at the beginning) within a memo field in a file.

In my program, I ran the code:

=====================================================

select queryfile
do while !eof('queryfile')

SELECT DISTINCT queryfile.qrymemo

{process something if query finds a hit}

skip 1 in queryfile
enddo

=====================================================

The field qrymemo is my memo field containing the SQL statement.

I'm just winging this. Does anyone know how I can run a SELECT statement and substitute in the body of the SQL statement?

Any and all help is greatly appreciated.

Rob
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform