Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you prompt for data SQL SErver 7.0
Message
 
 
To
05/05/2002 16:28:51
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00652914
Message ID:
00653010
Views:
24
>Can you prompt the user for data like the date from a stored procedure.

No. All SP's are executed on the Sql Server which runs as a service and doesn't have any GUI. You should prompt user for data on frontend and than pass it as parameters to SP.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform