Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Return Code retrieval with SQLEXEC
Message
De
07/09/2005 04:16:32
 
 
À
07/09/2005 04:14:43
Rodney Eales
Black Seas Information Technologies
Johannesburg, Afrique du Sud
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01047272
Message ID:
01047275
Vues:
7
Check Message #876903


>I am having a problem retrieving a return value from a stored procedure with
>SQLEXEC.
>
>How can I retrieve the return value ?
>
>Many Thanks
>
>
>
>The stored proc is as follows:
>
>create procedure [dbo]._bspNextAuditNo
>with encryption
>as
>
>set nocount on
>
>update Entities
>set
> DblSpare1 = IsNull(DblSpare1, 0) + 1
>
>declare @NextAuditNo int
>set @NextAuditNo = (select top 1 DblSpare1 from Entities)
>return @NextAuditNo
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform