G
Guest
I am using a DSN file to initiate a connection to a SQL server. All the
tables link up without a hitch and I can view data from all of them normally.
However, I have a Pass Through Query that I have to use with a table that
has a clustered index based on several columns, one of which is a BigInt
field. When I run the Pass Through query it requests the data source each
time its run.
Is it some sort of permissions issue on the SQL side, or do I need to run
this using a VBA module with an connection string stated in the code. I'm
kinda' at a loss on this one.
This only happens with the SQL specific queries.
tables link up without a hitch and I can view data from all of them normally.
However, I have a Pass Through Query that I have to use with a table that
has a clustered index based on several columns, one of which is a BigInt
field. When I run the Pass Through query it requests the data source each
time its run.
Is it some sort of permissions issue on the SQL side, or do I need to run
this using a VBA module with an connection string stated in the code. I'm
kinda' at a loss on this one.
This only happens with the SQL specific queries.