save

Address Book

Submitted by mzwe on
This is a small tutorial. It will show you how to connect ms access DB, save, delete, search and retrieve items from vb.net to ms access. Just download and debug, it will work smoothly.

Save, Update, Delete, Search in MySQL using C#

Submitted by mzwe on
This is a small project that is going to show you how to save, update, delete, search in MySQL using C#. 1. Create Database name it as (phonebook). 2. Import file called (phonebook.sql) from your downloaded folder. 3. Now you can open your C# project. 4. Open forms folder and go to loginfrm code and edit the following line with your system details. edit server, userid, password, database=phonebook