Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query analyzer customize: command arguments

Status
Not open for further replies.

giordan0

Programmer
Jul 18, 2001
40
SI
Query analyzer 2000 can be customized to call an external exe.
Is it possible to use the complete text in the editor window as a command argument?
 
Are you referring to the Customization that allows one to add external tools to the Query Analyzer Tools menu? I don't believe the current query Window can be used as an argument. You could save the contents of the query window as a file and use the file name as an argument. Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
I solved the problem using the the posibility of VB6 to focus another application (Query Analyzer) and send the keystrokes for Copy. Then I return to my application and Paste the content. It works.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top