L
luca.gere
I have an access 2000 file and if i open one table and i scroll the
records i see some records with errors.
So i want to do an application in vb.net to read it and write only the
correct data in another database.
I try to do it using OleDbCommand...OleDbDataAdapter but when i use
the "fill" to refill the datatabel i have an Error.
So i think that the only way is read the access table record by record
but how can i do it ?
Is this the right way ?
Thank You
Luca
records i see some records with errors.
So i want to do an application in vb.net to read it and write only the
correct data in another database.
I try to do it using OleDbCommand...OleDbDataAdapter but when i use
the "fill" to refill the datatabel i have an Error.
So i think that the only way is read the access table record by record
but how can i do it ?
Is this the right way ?
Thank You
Luca