help me toread a access 2000 file

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
 
C

Cor Ligthert [MVP]

Luca,

How do you see those records that are filled and have an error, this is not
clear for me and therefore a little bit difficult to give an answer.

I assume that I am not the only one with that problem.

Cor
 

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