Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server ASP
|
SQL Server ASP Discussions about ASP programming with Microsoft's SQL Server. For more ASP forums, see the ASP forum category.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server ASP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 14th, 2005, 01:46 AM
Authorized User
 
Join Date: Jan 2005
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to askenkray
Default Stored Procedure's in ASP page

Hello.

I want to use SQL Server stored procedures to be executed in ASP page.How do I send parameter's to that procedure & hoe does the result is back in my ASP pae.Can any one help???

Can anyone tell if the execution time of asp page is reduced with this?????

Thanks in advance.

Ashwin S.Kenkare
Programmer
CMI
__________________
Ashwin S.Kenkare
Programmer
CMI
 
Old January 14th, 2005, 02:13 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 463
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to madhukp
Default

This article will help you.

http://www.aspfree.com/c/a/Database/...-return-value/

Regarding the performance, in most of the occassions, stored procedures will improve the performance many folds. But in some situations where the query is higly dynamic based on the input parameters, stored procedures are found to be slower than direct queries (and I don't know why).
 
Old January 15th, 2005, 01:31 AM
Authorized User
 
Join Date: Jan 2005
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to askenkray
Default

thanks madhu.I will try & revert back with the feedback.

Quote:
quote:Originally posted by madhukp
 This article will help you.

http://www.aspfree.com/c/a/Database/...-return-value/

Regarding the performance, in most of the occassions, stored procedures will improve the performance many folds. But in some situations where the query is higly dynamic based on the input parameters, stored procedures are found to be slower than direct queries (and I don't know why).
Ashwin S.Kenkare
Programmer
CMI





Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing Stored Procedure's output parameters. Gurudath BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 0 May 24th, 2007 07:00 AM
Problem of Stored Page caching in IE snowbydave1 PHP How-To 2 March 1st, 2007 03:06 AM
Returning Stored Procedure Results from ASP page JennaAckerson Classic ASP Basics 0 December 23rd, 2005 11:44 AM
passing values from ASP page to a popup ASP Page astrosmurfboy Classic ASP Basics 3 April 21st, 2004 08:17 PM
Calling stored procedure from ASP page niravp SQL Server ASP 7 March 19th, 2004 07:40 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.