Link to home
Start Free TrialLog in
Avatar of BW999
BW999Flag for United States of America

asked on

VB 2005 Read/Write to Access Database

Need SIMPLE example for reading and writing records to an Access dataset using VB.NET/VB2005.

I established a connection to an existing Access dataset with the VB dataset wizard..  My  form code has the following---
 Me.EventIndexTableAdapter.Fill(Me.Db1DataSet.Table1)
Now, how do I?

0 .Open
1. Get the field names
2. Read a few records into an array
3. Write a few records into an array
4. Delete all Records?
5. Add a Field (column)?
6. Close

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of justchat_1
justchat_1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial