Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Scripts
Message
From
02/10/2002 16:01:43
 
 
To
02/10/2002 07:45:19
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00706584
Message ID:
00707062
Views:
38
Tool: VFP.

Read the scripts as Text files and put them into a variable:
lcSqlScript = FILETOSTR([MyScript.SQL])
then you execute the script:
&lcSqlScript && This is a macro. the "&" sign in front of the VarName tells VFP to treat the contents of that var as a command.
Hope it helps...
Pablo Márcio de Oliveira

Inside the scream is silent, inside it must remain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform