Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stored Procedure Returning a Value
Message
From
04/03/2003 15:19:38
 
 
To
All
General information
Forum:
Visual Basic
Category:
SQL Server
Title:
Stored Procedure Returning a Value
Miscellaneous
Thread ID:
00761146
Message ID:
00761146
Views:
53
I am working on an 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.

So...... is there any way to get an integer back from a stored procedure so that I can update the progress bar?


QueryString = "EXECUTE " & strImportSp
cnImport.Execute(QueryString)
Reply
Map
View

Click here to load this message in the networking platform