Hello!!
I am a Chemistry student. I am trying to make a simple database application. I am using DataGridView as database.Data is inserting in DataGridView.But I don't know how to store it. I want to store data from DataGridView to MS access file. I have five Columns. How can I save data with a button or without button?

Post your codes which you tried to store data to database from datagridview by which we can help you to solve your problem.

Well! pick up the current row (i.e. the row in which you are writting the values) of the datagridview and creating an sql command you can store it in 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.