techexpressinc
Registered User.
- Local time
- Today, 12:21
- Joined
- Nov 26, 2008
- Messages
- 185
I have to pull a few fields from another DB (DB2) on to some screens where i am updating the data pulled for the display of data on a screen.
I do it with a query joining the data from the other DB (DB2) with the table from the DB i am updating (DB1), the update process will not work.
I only need the data from the other DB (DB2) for display purposes. It works with using the DLookup process to get the fields. But is dog slow! So slow that doing a search on a DLookup field is next to impossible with response of 5 minutes. The DB-s are not large < 10k records in the tables.
Any great speed-up ideas would be appreciated.
Thx
Russ
I do it with a query joining the data from the other DB (DB2) with the table from the DB i am updating (DB1), the update process will not work.
I only need the data from the other DB (DB2) for display purposes. It works with using the DLookup process to get the fields. But is dog slow! So slow that doing a search on a DLookup field is next to impossible with response of 5 minutes. The DB-s are not large < 10k records in the tables.
Any great speed-up ideas would be appreciated.
Thx
Russ