Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Select Statement as a Parameter
Message
From
21/10/2004 16:15:20
 
 
To
21/10/2004 03:05:47
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00953234
Message ID:
00953487
Views:
16
Sure, you can pass the SQL statement in as a varchar

CREATE PROCEDURE my_sp
@tcSQL varchar(5000) = ''
AS
EXECUTE (tcSQL)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform