Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql server temporary tables
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00249599
Message ID:
00250115
Views:
21
>sqlexec(mycon,"select * into #(mytempname) from client").

Remember SQLExec() takes the query as a string:

SQLEXEC(mycon, "select * into #"+mytempname+" from client")

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform