CRUD

Python - Simple CRUD With Django Framework

Submitted by razormist on
In this tutorial we will create a Simple CRUD With Django Framework. Django is an advanced Web framework written in Python that makes use of the model view controller (MVC) architectural pattern. The official project site describes Django as "a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

How to Create, Read, Update, and Delete (CRUD) Record Programmatically Using VB.NET

Submitted by admin on
This sample program will allow you to create, read, update, and delete record programmatically. In this program, you’ll learn the following: Populate DataGridView control with data programmatically. Include database file within the solutions. Clear controls Populate controls based on data selected in DataGridView control. Use ExecuteNonQuery to update database.