Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Understanding Views
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
00333514
Message ID:
00334631
Vues:
11
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform