Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using variables in SELECT command
Message
 
À
07/07/1998 09:34:40
Mandy Mccord
Public Interest Breakthroughs, Inc.
Albany, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00114850
Message ID:
00114854
Vues:
14
>Hi all,
>
>Quick question. I'm trying to scan through a bunch of my master tables to extract data for individual agencies. I'm scanning through my agency table to get "x", the current record's agency code, creating a subdir named "x" off of my "c:\mainwork\" directory to store that agency's data, then I scan through all my master tables to create new tables in my new "x" dir which only contain data for agency "x".
>
>I've got variable "x" for the name of a subdir and the code for my current record's agency in my agency table (eg. '00604'). I've got "y" for the current file name of a table I'm trying to copy and create from my tables file (eg. 'contacts').
>
>Now I'm trying to use a SELECT command to extract the data I need for each agency into their own directory. I'm trying the following, but getting errors. Anyone know what I'm doing wrong?
>
> SELECT * FROM &y INTO TABLE c:\mainwork\&x\&y WHERE acode=&x
>
>again, 'y'=my table name, 'x'=agency code/agency directory
>
>MTIA!!
>
>Mandy


I've not had much success doing things like this the way you are trying, I think I would do something like this
sq="SELECT * FROM &y INTO TABLE c:\temp\&x\&y WHERE acode='"+x+"'"
&sq

HTH
Jeff

It's Time to get a gun.

That's what I've been thinkin.

I think I can afford one, If I do a little less Drinkin.

www.TrueGeeks.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform