Print Page | Close Window

how to use stored procedure in asp

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=24150
Printed Date: 28 March 2026 at 3:11pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: how to use stored procedure in asp
Posted By: maneeshkrverma
Subject: how to use stored procedure in asp
Date Posted: 12 August 2007 at 1:35pm

hi all Smile

i hav created a stored procedure in oracle 9i. like

create or replace procedure selrec is
begin
 select * from emp;
end;
/

now how should i use this stored proc in asp to get the result set and nevigate through the recordset.

thanx in advance
maneesh




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net