Accessing data in code

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I have opened a data connection to an access db in my vb.net windows form
app. I need to do the following but am not sure how to do it in code;

1. Open one of the tables
2. Read value from a record.
3. Insert the record into a second table in the same db.
4. Delete record from first table.
5. Go to step 1 is any records are left in first table.

Would appreciate if someone can give any pointers on how to achieve the
above in code.

Thanks

Regards
 
Hello John,

RTFM. Google is your friend. MSDN smells funny, but is a generaous ally.

-Boo
 
There are several ways data sets, data readers and for someone new it is
mind boggling as to which method is preferable for a specific app.

Regards
 
Back
Top