pass through query with jet

K

Keith G Hicks

Is there such thing as a pass through query to a jet back end? I understand
how and why to do this with a SQL back end. But it doesn't make sense to me
that you could do this with jet since a backend mdb file in and of itself
does nothing but store data.

Thanks,

Keith
 
P

Paul Overway

No...pass through queries are used with database servers, i.e., SQL Server,
Oracle, etc.
 
Top