Delete

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

Add,Edit and Delete Using CodeIgniter.

Submitted by ranjit1 on
In this tutorial you will be able to Add,Edit and Delete Data Using CodeIgniter. System Requirement to run CI: Xampp server or Wamp server . Any Browser Google chrome,Firefox,Opera,Safari.. etc. Php editor you can use Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have. This

Forum Tutorial - Deleting Posts

Submitted by Yorkiebar on
Introduction: This tutorial is on how to add the ability for a user to delete their posts. The Theory: We could add a user panel where it lists all the users posts along with options to delete them, but instead we are going to add a delete option adjacent to the post itself to save space - plus I'm planning on making an admin panel tutorial soon. The PHP: So in the part of the PHP where we actually output each reply to a thread, we want to check if the logged in users' username held in the session variable is equal to the author of the post,

Account Inventory

Submitted by q on
This account invenyory system is created using VB.net 2010 as front end and microsof access as back end. You can store your accounts username and password for the future reference. Features: 1.New user registration 2.Add,edit,delete and print stored accounts Login information: username;Admin password:admin Rquirements are: Visual studio 2010,crystal report 2010,microsoft access If you think it is

Part III: Update and Delete Specific Data in MySQL Database using Visual Basic.Net

Submitted by joken on
In this lesson we will focus on completing the user CRUD tutorial or the Create, Read, Update and Delete user. So to start with, Open our last tutorial called "Part II: Inserting and Reading of Data in MySQL Database Using Visual Basic.Net" and select the Manage User form and add two buttons in it.

Patient's Record using MS Access Database

Submitted by icomichael on
This is a patient record with one to many relationship. It allows you to record the patient's history as a child form. It has some useful code that you can use in your own application. The database can be found under debug folder. If you have question, leave your comment below or add me in your facebook account. My username is "michaelangeloico". Thank you