Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic SQL or COPY TO commands.
Message
De
16/08/1999 15:50:31
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Dynamic SQL or COPY TO commands.
Divers
Thread ID:
00254234
Message ID:
00254234
Vues:
56
I am trying to get a dynamically generated SQL insert or COPY TO command to execute. In both cases I get a syntax error. Also, in both cases, I can synthesize the commands in the command window and they run fine and return the epected result.

An example is:
COPY TO &cDestName FIELDS &cSQLFrom ALL FOR !DELETED()

Where cDestName is obtained from a field name column in a source table and cSQLFrom is built from the same table.

The source table layout is:
source_name, source_field, dest_name, dest_field

dest_name is usually a remote view name that is in the database container.

The program is intended to allow the user to put the source and destination tables and fields in a table and fire off a routine that will build the destination files based in the source fields. It is a Visual Foxpro 5.0 front end and SQL Server back end.

TIA!
Tom.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform