C# Easy Way Access Database Manipulation

You may also wondering and keep had some question on your mind about how to manipulating data in access database using simple, fastest, and efficient way. Since Microsoft .NET architecture provides more flexibility and complex structured for everything programming problems. We had try some simplest way how to do that, it’s actually very easy and customizable component class that generated from data source creation wizard in Visual Studio .NET. We’ll discussed this topic using C# programming language.

c# database - table detail

Assume that we had created Ms Access database file that just had 1 table. The table was named as “tb_user” that have 4 column / field. Detail column specification already shown in the right picture here >>.

We should create new project in Visual Studio .NET using Visual C# Windows Form Application. Since we had main form activated on the development area, we could “Add New Data Source” to our project. You can find the selection menu as describe in the picture below.


When it Clicked, it would be show the “Data Source Configuration Wizard” dialog. Follow the wizard as the picture description below.


Read more…

Share/Save/Bookmark