C
chad
Hi Everyone,
I'm experimenting with a vb.net 2.0 win application that is connected
to a
large database (mysql, +-45000 rows). The app has to import/synchronize
changed rows from a 2nd smaller database which has the same table
structure
(but ms access).
I have been playing with the datatable/set merge functionality, but
that is
not giving me the correct results, it always seems to append the rows
as
new. I've tried various combinations of code samples.
I've been thinking of changing the strategy to looping through the
smaller
import database and sending the appropriate UPDATE statements to the
large
database, but initial tests shows it to be quite slow/inefficient.
Can anybody offer advice? Point me in the right direction?
Thanks in advance
Chad
I'm experimenting with a vb.net 2.0 win application that is connected
to a
large database (mysql, +-45000 rows). The app has to import/synchronize
changed rows from a 2nd smaller database which has the same table
structure
(but ms access).
I have been playing with the datatable/set merge functionality, but
that is
not giving me the correct results, it always seems to append the rows
as
new. I've tried various combinations of code samples.
I've been thinking of changing the strategy to looping through the
smaller
import database and sending the appropriate UPDATE statements to the
large
database, but initial tests shows it to be quite slow/inefficient.
Can anybody offer advice? Point me in the right direction?
Thanks in advance
Chad