Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A discussion on Remote View's vs SQL Pass Through...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00354766
Message ID:
00356290
Vues:
15
Ok ! That I understand. But how do you display the result in VFP? Are you using remote view?


>I wrap everything up in a transaction and if something fails, I roll it back.
>
>If you want to limit your result sets, you send a parameter to the stored procedure, like a primary key for example. Same goes for updates and deletes. For inserts, I don't send any parameters.
>
>Here is a simple example of a SQL Server stored procedure that receives as a parameter a primay key that identifies the record to be retrieved:
>
>CREATE procedure spGetXrefs
>@caseid int
>as
>select * from Xrefs
>where fk_cases = @caseid
>
>Charlie
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform