Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 calling sql stored procedure from asp

Author  Topic 

rekha madhavi
Starting Member

2 Posts

Posted - 2002-10-17 : 07:26:06
I have 2 queries
1.how to call a stored procedure from asp , the store procedure is having parameters, i have to send parameters in asp page by calling the stored procedure.
2. i have an extended stored procedure in the database master, i want to copy a srored procedure from master to my workingDB, how is it possible as the scripts are not available in extended stored procedure and they are formed as dlls

Onamuji
Aged Yak Warrior

504 Posts

Posted - 2002-10-17 : 07:55:51
1) Look at some asp help sites www.asp101.com www.4guysfromrolla.com
2) Just give the user that connects to your database access to call the master extended procedures ... you don't need to copy them to your local database...
Go to Top of Page

ValterBorges
Master Smack Fu Yak Hacker

1429 Posts

Posted - 2002-10-18 : 19:07:57
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=20827

Go to Top of Page
   

- Advertisement -