Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Accessing Stored Procedures and COM+Objects using ADO+


Message #1 by "Satish Vellanki" <satish@a...> on Thu, 15 Mar 2001 20:36:19
Hi



Can some one tell me how to access



Accessing Stored Procedures and COM+Objects using ADO+ objects in ASP+



Regards,

Satish Vellanki



Message #2 by "SATHISH C.G." <cgs@s...> on Thu, 15 Mar 2001 21:52:21 +0530
Hi satish,



                    We can access the stored procedures using the adocommand

object or using the sqlcommand object depending upon the backend we use.To

pass a parameter use the adoparameter (or) sqlparameter object.We can also

use the direction property to specify the direction of the parameter.Then

append the parameters to the corresponding ADO or SQL command object.Then

execute the stored procedure using the execute method of the command object

used. Hope this will help u.





Regards



SATHISH C.G.



-----Original Message-----

From: Satish Vellanki <satish@a...>

To: ASP+ <aspx@p...>

Date: 16 March 2001 02:58

Subject: [aspx] Accessing Stored Procedures and COM+Objects using ADO+





>Hi

>

>Can some one tell me how to access

>

>Accessing Stored Procedures and COM+Objects using ADO+ objects in ASP+

>

>Regards,

>Satish Vellanki

>

>


  Return to Index