![]() |
executing stored procedure via QTP - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: executing stored procedure via QTP (/Thread-executing-stored-procedure-via-QTP) |
executing stored procedure via QTP - smita godbole - 05-21-2012 Hi, Can any one tell me how to execute stored procedure? We are using SQL server. In the QTP script I am capturing Session ID from URL and then passing it to Stored procedure but unfortunately after successful db connection I couldn't executed stored procedure the way I wanted. Following is the code to see what I am doing ... Code: s =Browser()Page(":").Link("Please click here to view").GetROProperty("URL") Thanks Smita |