Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_ado_rds thread: How do i run SQL stored procuedures using RDS?


Message #1 by "Khang Nguyen" <khang.nguyen@e...> on Fri, 13 Apr 2001 17:34:25
I have no problem retrieving data from the SQL server, but the data 

retrieval is quite slow.  I want to speed it up by using stored 

procedures.  I'm not even sure if you can run a stored procedure in RDO.  

If anyone knows if this can be done and how...it would be greatly 

appreciated.



Thanks
Message #2 by Josh King <JoshK@g...> on Fri, 13 Apr 2001 12:32:34 -0500
It's pretty easy.  Instead of using straight sql just write in the name of

the procedure.  

Example: 



In script it looks like this:  rds.SQL = "EXEC gsp_ProcedureName Parameter,

Parameter1"







Josh King

GeoAccess Inc.

xxx.xxx.xxxx  x5237

xxx.xxx.xxxx  x5237



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

From: Khang Nguyen [mailto:khang.nguyen@e...]

Sent: Friday, April 13, 2001 12:34 PM

To: ASP_ADO_RDS

Subject: [asp_ado_rds] How do i run SQL stored procuedures using RDS?



I have no problem retrieving data from the SQL server, but the data

retrieval is quite slow.  I want to speed it up by using stored

procedures.  I'm not even sure if you can run a stored procedure in RDO. 

If anyone knows if this can be done and how...it would be greatly

appreciated.



Thanks




  Return to Index