Neven Draskovic

Neven Draskovic

  • NA
  • 117
  • 107.6k

Database saving and loading from/to WinForm

Dec 12 2011 5:58 AM

Hey

My problem is this - I made a WinForm application that is used to input data into a database, but I don't know how can I save that database and load it back to my application. The application has to be able to receive new data and save it to a new database (the schema of the database is always the same), and to open, display and manipulate any databases that have been created before (by the same application). I'm using DataGridView for data display. I've made the application using Visual Studio 2010.

TNX



Answers (12)