Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 General help me questions
 Store Procedure Problem
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

migules
Starting Member

Philippines
1 Posts

Posted - March 02 2012 :  21:34:33  Show Profile  Visit migules's Homepage  Reply with Quote
Hi,

I've created a stored procedure and display the result to asp page, but no result in my asp page. Here' my stored procedure code.

Create Procedure Get_Description
(
@pCode nvarchar(10),
@pDesc nvarchar(50)
)
as

select @pDesc = description from item where code = @pCode;


Please help.

Thanks


Migules





[url=http://visualbasic-source-code.com/]<b>Visual Basic Source Code</b>[/url]

diegomilito
VP-CART Expert

Argentina
779 Posts

Posted - March 10 2012 :  04:44:04  Show Profile  Reply with Quote
mig, why not trying to use asp codes to query sql rather using store procedure.

Diego.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00