Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameterized views ins SQL Server???
Message
From
31/05/2003 12:08:46
 
 
To
23/05/2003 11:38:57
Bruno Di Lalla
Bdl Computer Consulting
Greely, Ontario, Canada
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00792260
Message ID:
00794881
Views:
16
Hi Bruno,

on MSQL2000 you can use UDF views and tables.
These are parameter view, and are more powerfull of the VFP view.

Example:
FUNCTION fnView (parameters)
RETURNS TABLE
RETURN SELECT .... parameters

or more complex

FUNCTION fnTable (parameters)
RETURNS @varTable TABLE (...)
BEGIN
code for build @varTable
RETURN
END

Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform