Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic SQL or COPY TO commands.
Message
From
16/08/1999 15:50:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Dynamic SQL or COPY TO commands.
Miscellaneous
Thread ID:
00254234
Message ID:
00254234
Views:
55
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.
Next
Reply
Map
View

Click here to load this message in the networking platform