- - MS Query problem
(https://www.excelbanter.com/excel-programming/307353-ms-query-problem.html)
GJones
MS Query problem
Hi Mike;
I do not have an answer for you on the multiple
instanciations of MS Query, but, one work around might be
this.
Instead of using MS Query us a macro to establish the
connection via a DSN and then execute a string query
against the AS/400. This would reduce your overhead and
excelude MS Query all together.
I would suggest using ADO as the connection method.
Probably not exactly what you are looking for but it would
speed all computers up and reduce the overhead.