Link to home
Start Free TrialLog in
Avatar of somits
somits

asked on

How to insert/update/delete a record into an access table using AccessDataSource

Hi:

We're creating some web application using VS 2010 with Visual Basic.

We try to insert a new record into an existing (not empty) ACCESS table, using AccessDataSource.

If you've some idea how to do this: insert a new record into an Access table or update/delete an existing record, using AccessDataSource, please help with some examples of code.
(We could do it using OleDbConnection, DataSet, and OleDbDataAdapter, ... - we now want to use AccessDataSource for the sake of code consistence)

Thanks a lot for any help,

Somits
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

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
Avatar of somits
somits

ASKER

Hi CodeCruiser:

Really appreciate your help.

Somits