The main core of this online tutorial is about inserting records into a database table. The author describes how to insert data into the table in an Access database using ASP. By the end of this article, the webmasters can learn about inserting...
This article gives a introduction to PostgreSQL, prerequisites, connecting to PostgreSQL from PHP, using pg_query() to create a table, inserting data into your database, viewing the entries in the database and updating the entries. The author...
Word Count is a multi-platform compatiblescript that takes any old string as input and outputs the number of characters and words in it. It should be useful for testing text before inserting it into a database or whenever you've got a limit on...
ASPRunner creates a set of ASP pages to access and modify Oracle, SQL Server, MS Access , DB2, MySQL, or FileMaker databases, or any other ODBC datasource. Using generated ASP pages, users can search, sort, edit, delete and add data into a...
This component transforms database data into a tabular format. This component is not data-aware (it would be nice, but complex). Example:The data in your table might be from a school gradebook, like:Joe,85,Test 1Joe,90,Test 2Fred,80,Test...
This simple article describes the concept behind displaying binary data from a database. The author discusses about file creation and displays a list of all the database files. This article proves the simplicity of showing binary data from the...
A database driven membership and profile page management system. When a user registers, it saves user data in a database and creates a static web page. Users can then log on and modify their information and profile page.
A Form To Database Wizard is a multi-platform compatible script that offers a form to get data from users and then input the information into a database. Even the database is built for you as you go.
Enhancing Inserting Data through the DataGrid Footer is an article for those who need to add the data in the datagrid control through the footer of the datagrid control. This is accompalished by placing a data dependent dropdown list on the footer...
Updating Data at the Database Level is a tutorial in which the author shows you two methods such as connected mode and diconnected mode for performing data manipulations such as insert, update and delete . In connected you can direcly use the Sql... |