Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Understanding Views
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00333514
Message ID:
00334631
Views:
12
Rox,

SQL Server doesn't support anything like VFP's Parameterized views. To get the exact same functionality you would have to use a stored procedure.

When you manipulate a view using the SQL DML commands (SELECT, INSERT, UDPATE, and DELETE), SQL Server takes your query and the query that defines the view and combines them together. It then takes this "combined" query and executes it.

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

Click here to load this message in the networking platform