B
Brad
Just yesterday, I started to experiment with a Pass Through Query to obtain
data from a remote SQL-Server Database via ODBC
I have one simple Pass Though Query that has the following Where Statement.
Where OrderDate > '09/01/2009'
This works nicely.
Now I want to go to the next step and use a variable in the Where Statement.
I have spent quite a bit of time researching this and experimenting, but no
success.
I would really appreciate an explanation and/or example of how to do this.
Thanks in advance for your assistance.
Brad
data from a remote SQL-Server Database via ODBC
I have one simple Pass Though Query that has the following Where Statement.
Where OrderDate > '09/01/2009'
This works nicely.
Now I want to go to the next step and use a variable in the Where Statement.
I have spent quite a bit of time researching this and experimenting, but no
success.
I would really appreciate an explanation and/or example of how to do this.
Thanks in advance for your assistance.
Brad