Updateing & Deleting

  • Thread starter Thread starter Newbie!
  • Start date Start date
N

Newbie!

Hi Group,

How would one Update, Delete and Add a Table in VB.Net using a Access
Database?

Any Links would be appriciated

Ta
Si
 
Using on line help, check out the following classes and examples.

OEDBDataConnection
OLEDBDataAdapter
DataSet
DataTable

Also, subscribe to the adonet newsgroup

Also, Purchase an ADO.NET book and read it.


Regards - OHM
 
Newbie! said:
How would one Update, Delete and Add a Table in VB.Net using a
Access Database?

Any Links would be appriciated

Use ADO.NET. The documentation is contained in the .NET Framework
documentation (Programming With .NET Framework -> Accessing Data...)

The group for ADO.NET related questions is:
microsoft.public.dotnet.framework.adonet
 

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

Similar Threads

VB Helpdesk 5
Recommendation for Good Book? 2
Database on VB.Net 1
SQL & ADO.NET 2
Simple Password Authentification 1
I think Im doing it all wrong - Please Help 7
VB.Net & Sms Texting 6
I`ve looked everywhere 1

Back
Top