update sql

Public Data Navigation

Public Data Navigation

What is Public Data Navigation? Public data navigation is a template code with c-sharp language ADO.NET and SQL database that does procedures such as select, insert, update, delete and filter. Features Reduce the programming time Reduce the program code Compatible with any type N-tier programming Requirements SQl Server 2008 R2 or earlier Visual Studio 2010 or earlier How to use this product It is very simple to use and the way of us...

EazSQL - PHP MySQL Helper

EazSQL - PHP MySQL Helper

This is a PHP5 Class-Helper that will allow you to make MySQL actions more easy, without too much lines. You will use like only 70% of classic code, and the syntax is more easy. Here you can see some examples: $mysql = new EazSQL('host', 'username', 'password', 'database'); // VS Old (classic) method: $mysql = mysql_connect('host', 'username', 'password') or die ('Mysql error, connection'); mysql_select_db('datababse', $mysql) or die ('Mysql...

Scaffolder

Scaffolder

Introduction: Scaffolder is a PHP based web application. The main idea behind Scaffolder is to automate the CRUD functionality for any database table. Today almost every website hosted on the Internet has a back-end where the content of the website can be modified. Scaffolder is a tool for users with or without knowledge of web development, which enables them to create CRUD functionality with just few clicks. Requirement: 1. HTTP Serv...