G
Guest
Dear all,
I have a windows application which is able to collect particular data on a
remote Access database that can be in use by other local application
I cannot change the structure of that remote database.
From my application i collect data between 3 different linked tables.
The way I am collecting data, I am collecting first, records from table A
ans store them in a dataset named DatasetA
Then from that DataSetA I scan each unique records and retrive corresponding
entry from the remote database through the same connection .
What I have noticed is that, it takes quite long time in my mind to retrive
data especially if DataSetA records get many entries in other tables
For example:
If in DataSetA i have 100 rows and for each rows I have 10 records in other
tables, which means 1000 records, it takes around 2minutes.
I was wondering if I am cllecting data in the proper way or is they a way to
speedup that row scan ?
thanks for wyour reply
regards
serge
I have a windows application which is able to collect particular data on a
remote Access database that can be in use by other local application
I cannot change the structure of that remote database.
From my application i collect data between 3 different linked tables.
The way I am collecting data, I am collecting first, records from table A
ans store them in a dataset named DatasetA
Then from that DataSetA I scan each unique records and retrive corresponding
entry from the remote database through the same connection .
What I have noticed is that, it takes quite long time in my mind to retrive
data especially if DataSetA records get many entries in other tables
For example:
If in DataSetA i have 100 rows and for each rows I have 10 records in other
tables, which means 1000 records, it takes around 2minutes.
I was wondering if I am cllecting data in the proper way or is they a way to
speedup that row scan ?
thanks for wyour reply
regards
serge