G
Guest
Hi
I have an Access2000 table with about 500'000 data records. Sometimes it's
necessary to change some values in the records. At the moment I do this with
creating a query with "querydef". This query shows me the records I want to
change. Since the query is linked with the table it's very easy to change the
records. But because the connection is slow, this query needs a few minutes
to proceed.
So I tried it with ADO.Command and Parameters. Now I have the data in a few
seconds, but how it's possible to change the records now? Or am I really on
the right path doing it with ADO.Command?
I 'd be grateful for every help
thx
Urs
I have an Access2000 table with about 500'000 data records. Sometimes it's
necessary to change some values in the records. At the moment I do this with
creating a query with "querydef". This query shows me the records I want to
change. Since the query is linked with the table it's very easy to change the
records. But because the connection is slow, this query needs a few minutes
to proceed.
So I tried it with ADO.Command and Parameters. Now I have the data in a few
seconds, but how it's possible to change the records now? Or am I really on
the right path doing it with ADO.Command?
I 'd be grateful for every help
thx
Urs