search in MySQL using C#

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

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