Dataconnection with 2 tables is very slow over WAN

E

EK

We use a form on our WAN. In one of our plants, our 2 table data connection
takes minutes to retrieve 1-4 rows of data.

PurchaseOrders

POItems

The field that links them together is an integer field called PRID

If I create a new form and search on just PurchaseORders by PRID - 5 second
retrieval GREAT

If I create a new form and search on just POItems by PRID - 5 second
retrieval GREAT

If I use the form where both tables are linked to the MainDataConnection
(retrieve and submit), - 3 minutes. BAD

WE ARE HOPING THERE IS A WAY TO FIX THIS WITHOUT RE-DESIGNING THE FORM.
 
K

kumar

EK said:
We use a form on our WAN. In one of our plants, our 2 table data connection
takes minutes to retrieve 1-4 rows of data.

PurchaseOrders

POItems

The field that links them together is an integer field called PRID

If I create a new form and search on just PurchaseORders by PRID - 5 second
retrieval GREAT

If I create a new form and search on just POItems by PRID - 5 second
retrieval GREAT

If I use the form where both tables are linked to the MainDataConnection
(retrieve and submit), - 3 minutes. BAD

WE ARE HOPING THERE IS A WAY TO FIX THIS WITHOUT RE-DESIGNING THE FORM.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top