SQL Pass Through

  • Thread starter Thread starter J. Joshi
  • Start date Start date
J

J. Joshi

How does one execute a pass through query? Everytime I
have to run it, I have to go to the Machine Data Source
(DSN) window and selet the db that the query resides in.
Is there a way that I can use SQL specific pass through
queries like a regular query?

Joshi
 
If you open the passthru in design mode, then click
properties, you can put all your database info in.

ODBC;DATABASE=XXX;UID=XXX;PWD=XXX;DSN=XXX
 
Back
Top