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
 
Back
Top