Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Evaluate statement
Message
From
10/12/2000 12:36:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Evaluate statement
Miscellaneous
Thread ID:
00451358
Message ID:
00451358
Views:
82
What should this EVAL be returning?
Just a string that is created in lcSQL or a cursor.
Plus I keep getting this ")" error on the EVAL line? I dont see a missing ")"

lcTable = "AUTHORS"
lcCursor = "TEMPCURSOR"

lcSQL = "SELECT * FROM " + lcTable + " INTO CURSOR " + lcCursor

EVAL(&lcSQL)

I would like to use a variant of this in a program that I could use when I need it. Almost like attaching to buttons on a form.
GO Canucks!! (Vancouver Canucks Fan)
Next
Reply
Map
View

Click here to load this message in the networking platform