Hello sir,
I am using VisualStudio2008 Platform.
In registration form, I am having Firstname,Lastname, UserName, and Password Fields. I have connected it to the AccessDataSource.
When i click the submit button i want the details to be added to the access database.

What is the procedure to do it?

Recommended Answers

All 2 Replies

For that you have write insert statement using oledb command.

Add a formview from your toolbox, then set its datasource to your accessdatasourceID, set its defaultmode to insert. then run the page, if you fill the textboxes and click insert button, it will add to your access database.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.