Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Results Sets from Stored Procedures
Message
De
15/05/2007 12:59:42
Moacyr Zalcman
Independent Consultant
São Paulo, Brésil
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Titre:
Results Sets from Stored Procedures
Divers
Thread ID:
01225649
Message ID:
01225649
Vues:
58
When I call a stored procedure from Visual FoxPro it returns every result set to the client

CREATE PROCEDURE dbo.Teste
AS
BEGIN
select * from agenda
select * from pais
select getdate()
RETURN 1
END

It returns 3 result sets to the client. Is there a way to avoid this? I want to do the queries
I want to work with the data inside the procedure but I don't want the result sets back.

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform