B
BradP
I've got a simple two table join where the left table is
an access table joining to an IBM mainframe DB2 table via
a DB2CONNECT DSN, with the joined column being indexed on
both tables.
For a 1000 record resultset the query takes less than 10
seconds to run, but the rendering of the results (4
columns) in the datasheet view takes at least one minute
and quite often longer than that.
If I do joins between access tables only, performance is
fine, so I know my issue has something to do with the
spanning of platforms. I would appreciate any
suggestions for what I can do to address this issue.
Thanks, Brad
an access table joining to an IBM mainframe DB2 table via
a DB2CONNECT DSN, with the joined column being indexed on
both tables.
For a 1000 record resultset the query takes less than 10
seconds to run, but the rendering of the results (4
columns) in the datasheet view takes at least one minute
and quite often longer than that.
If I do joins between access tables only, performance is
fine, so I know my issue has something to do with the
spanning of platforms. I would appreciate any
suggestions for what I can do to address this issue.
Thanks, Brad