Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameterized views ins SQL Server???
Message
De
31/05/2003 12:08:46
 
 
À
23/05/2003 11:38:57
Bruno Di Lalla
Bdl Computer Consulting
Greely, Ontario, Canada
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00792260
Message ID:
00794881
Vues:
15
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform