SQL quering - how to use results of one query in the following one - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: SQL quering - how to use results of one query in the following one (/Thread-SQL-quering-how-to-use-results-of-one-query-in-the-following-one) Pages:
1
2
|
RE: SQL quering - how to use results of one query in the following one - Saket - 01-13-2010 Why can't I edit or delete my posts, by the way? - It has been reported to administrator, hopefully it will be resolved soon. always post the resolutions also if you have resolved any of query, so that it may help others. RE: SQL quering - how to use results of one query in the following one - unbeliever - 01-13-2010 Ok, I wanted to use results of one query in subsequent one and my solution is working and looks as shown below. Though it works I am looking forward to optimizing it and if anyone have any ideas I would gladly consider them, please contribute. In this solution I extended sql queries to have only one option left for selection. Code: Dim Conn RE: SQL quering - how to use results of one query in the following one - Saket - 01-13-2010 @Everyone - Always wrap your code with proper tags to make your post more readable. unbeliever -I have already done this for you for this post |