Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I Pass a where clause to SP
Message
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Can I Pass a where clause to SP
Miscellaneous
Thread ID:
00737532
Message ID:
00737532
Views:
65
I haven't tried this, but I need to build a dynamic where clause in my VFP app based on the user clicking on things. Can I then pass that to a stored procedure as a parameter and use in for the where clause
CREATE PROCEDURE lu_UserDefined
@tcWhere varchar(255)

as

select * from meetings
where @tcWhere
Thanks
Kirk
Next
Reply
Map
View

Click here to load this message in the networking platform