Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SP Returning a value to VB6
Message
De
05/03/2003 12:24:43
 
 
À
05/03/2003 09:13:18
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00761440
Message ID:
00761601
Vues:
40
This message has been marked as the solution to the initial question of the thread.
Nothing easy nor reliable. You're better off putting up some eye candy that just shows that the app is not hung up.

-Mike

>I am working on a VB 6 interface that works with a SQL 2000 back end to perform a data import from a legacy system. I am using VB DTS files and SQL 2000 Stored Procedures to process each incoming table. The interface has a type of progress indicator for the user that uses total number of records and number of records imported to display the progress bar.
>
>I know that stored procedures can return values to calling stored procedures [return(integer)] but, is there any way VB can get an integer back from a stored procedure so that I can update the progress bar?
>
>VB Calling Code:
>
>
>QueryString = "EXECUTE " & strImportSp
>cnImport.Execute(QueryString)
>
>
>Thank for your help
>Rhonda
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform