Hello,

I am writing Asp code.
I am using one connection to open first mdb file,
Then, in the sql, I select from a second mdb file,


For example: "select t1.a,t2.b from t1,db2.mdb.t2 where ...."
My question is:
Is it realy doing all job just with one connection !?
And that it is not opening in background another connection (for the second mdb) that it's not good for performance.

Thank you!
Dan