Pass Through Query

Echo_3

New member
Local time
Today, 18:11
Joined
Aug 24, 2001
Messages
7
I have created a pass through query that works as a SELECT query.

I want a to create a table using this same query but it won't let me. Any suggestions why?
 
You have to base a MAKE TABLE query on the passthrough query to do that. A Passthrough query is executed on the server, not in your host.
 

Users who are viewing this thread

Back
Top Bottom