Main > Free Download Search >

Free database normalization script

database normalization

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2422
Database Normalization And Design Techniques

Database Normalization And Design Techniques


One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you a lot of headaches down the road when you have to per more>> One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you a lot of headaches down the road when you have to perform miraculous SQL calls in your PHP code in order to extract the data you want. By understanding data relationships and the normalization of data, you will be better prepared to begin developing your application in PHP. This 6-page article describes the data relationships and the normalization of data using a simple example.<<less
Added: 2000-08-11 License: Freeware Price: Free
3400 downloads
Database Functions

Database Functions


This class can be used to build and execute MySQL database queries. It can build SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and values. The class can also execute the generated more>> This class can be used to build and execute MySQL database queries. It can build SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and values. The class can also execute the generated queries and retrieve the SELECT query results into associative arrays.<<less
Added: 2007-07-17 License: GPL Price: Free
834 downloads
Data Normalization using ASP.NET 1

Data Normalization using ASP.NET 1


Data Normalization uses different techniques to narrow down values to a certain range. Min-Max and z-Score are most common normalization techniques. In this tutorial we will use ASP.NET to solve the data normalization problem. A web-based application more>> Data Normalization uses different techniques to narrow down values to a certain range. Min-Max and z-Score are most common normalization techniques. In this tutorial we will use ASP.NET to solve the data normalization problem. A web-based application will a read dataset, normalize it, and store it in a Microsoft Access database. The normalized dataset will be displayed to the user in an ASP.NET data grid control.<<less
Added: 2008-06-05 License: Freeware Price: $0.00USD
15 downloads
Database Abstraction Layer

Database Abstraction Layer


A database abstraction layer with handy methods, placeholders and auto-escaping. Frequently used in many of my projects. more>> A database abstraction layer with handy methods, placeholders and auto-escaping. Frequently used in many of my projects.<<less
Added: 2006-02-08 License: BSD Style Price: FreeAdditionalInfoMIT
1365 downloads
H2 Database Engine

H2 Database Engine


H2 is a free and fast SQL database engine written in Java. Included are a JDBC and ODBC driver. Both disk based and in memory operation are supported. It can run in embedded and client / server mode. more>> H2 is a free and fast SQL database engine written in Java. Included are a JDBC and ODBC driver. Both disk based and in memory operation are supported. It can run in embedded and client / server mode. A web console application is included. Clustering is supported as well. It can run as a Java application or as a native executable.<<less
Added: 2005-12-16 License: Other Free / Open Source License Price: Free
1444 downloads
Database To XML 1.0

Database To XML 1.0


This small tool helps you to convert your MySQL database layout into XML. Just specify connection informations and you can display or save the generated XML output. more>> This small tool helps you to convert your MySQL database layout into XML. Just specify connection informations and you can display or save the generated XML output.<<less
Added: 2006-08-07 License: Freeware Price: $0.00USD
17 downloads
 
Other version of Database To XML
Database To XMLto convert your MySQL database layout into XML. Just specify connection informations and you ... to convert your MySQL database layout into XML. Just specify connection informations and you
License:Freeware
Download
1181 downloads
Added: 2006-08-07
Php Database Wizard

Php Database Wizard


With this tool you can easily create a web forms to insert/update/delete data in a MySQL database. It automatically generates advanced search panel and form validation too. You can view the data in a more>> With this tool you can easily create a web forms to insert/update/delete data in a MySQL database. It automatically generates advanced search panel and form validation too. You can view the data in a short list view and in a detail view. You can easily change the look and feel with using css files. From version 0.5 you can connect to a remote server as well.<<less
Added: 2003-10-02 License: Freeware Price: Free
2513 downloads
cPanel Database Creator 1.2

cPanel Database Creator 1.2


cPanel does not allow you to create databases directly from MySQL/PhpMyAdmin. You would have to login to cPanel and use its interface to create database each time you need new one. cPanel Database Creator will make it easier. Just fill more>> cPanel does not allow you to create databases directly from MySQL/PhpMyAdmin. You would have to login to cPanel and use its interface to create database each time you need new one. cPanel Database Creator will make it easier. Just fill username/password/host once, and script will be ready to use. Creating database will be as easy as running cpanel_create_db.php?db=M yNewDbName NOTE: requires cURL installation on the server.<<less
Added: 2006-07-15 License: Freeware Price: $0.00USD
12 downloads
 
Other version of cPanel Database Creator
cPanel Database CreatorYou would have to login to cPanel and use its interface to create database each time you need new ... You would have to login to cPanel and use its interface to create database each time you need new
License:Freeware
Download
1222 downloads
Added: 2006-07-15
Setting up MySQL database replication

Setting up MySQL database replication


This tutorial will give you the steps to follow in order to setup a MySQL database replication based on a master-slave scenario. more>> This tutorial will give you the steps to follow in order to setup a MySQL database replication based on a master-slave scenario.<<less
Added: 2008-09-28 License: Freeware Price: $0.00USD
13 downloads
Database Abstraction with ADODB

Database Abstraction with ADODB


The use of abstraction layers is a controversial topic among PHP users. There are reasons why people use them, and likewise why they don?t. In this article I will be going through the advantages and disadvantages of using the ADODB database abstraction more>> The use of abstraction layers is a controversial topic among PHP users. There are reasons why people use them, and likewise why they don?t. In this article I will be going through the advantages and disadvantages of using the ADODB database abstraction layer.<<less
Added: 2006-12-19 License: Freeware Price: $0.00USD
13 downloads
Database Converter

Database Converter


If you want to switch your current plain text database to a new CGI script, which uses a different format, Database Converter will do the job for you. Most of the time you will have hundreds of lines more>> If you want to switch your current plain text database to a new CGI script, which uses a different format, Database Converter will do the job for you. Most of the time you will have hundreds of lines of data in a database file, changing it manually to get it ready for a new script would take you a long time. Heres an example: Youve been using a search engine CGI for a long time now, but you just found a much better one, such as our own Smart Search :) So you install the new script. Now, you dont want to lose your old search engine database, and it would take forever to convert it manually. Lets say your current database stores info like this "title of site, address, description", and the new one requires info to be in this format "address, webmaster e-mail, title of site, description". Well that would be a little problem, wouldnt it? Not with Database Converter though!<<less
Added: 2005-08-15 License: Freeware Price: Free
1530 downloads
Basic ADO database connection

Basic ADO database connection


This just shows how to connect to a database file with ASP. There are many ways to do connect but this is just one simple example. more>> This just shows how to connect to a database file with ASP. There are many ways to do connect but this is just one simple example.<<less
Added: 2007-07-17 License: Freeware Price: Free
532 downloads
Oracle 10g : Oracle Database Installation

Oracle 10g : Oracle Database Installation


This document describes the step by step procedure of Oracle 10g Installation on Windows XP, testing the Database installation, making the test connection and frequently asked questions.This Instalalt more>> This document describes the step by step procedure of Oracle 10g Installation on Windows XP, testing the Database installation, making the test connection and frequently asked questions.This Instalaltion procedure assumes that the Operating system is Windows XP. if you are using any other Operating System follw the links below.<<less
Added: 2005-05-23 License: Freeware Price: Free
1484 downloads
Database or object is read-only fix

Database or object is read-only fix


Learn how to fix the common error that must beginners have with starting out, Database or object is read-only. more>> Learn how to fix the common error that must beginners have with starting out, "Database or object is read-only".<<less
Added: 2004-10-27 License: Not Specified Price: Free
1004 downloads
Database Manager (mySQL) 1

Database Manager (mySQL) 1


This script allows an object orientated interface to be created around a mySQL connection. It provides numerous functions to speed up the use of a mySQL database, especially useful is the dumpResultSet() function which prints out the results of the more>> This script allows an object orientated interface to be created around a mySQL connection. It provides numerous functions to speed up the use of a mySQL database, especially useful is the dumpResultSet() function which prints out the results of the previous query.<<less
Added: 2004-05-16 License: Freeware Price: $0.00USD
13 downloads
 
Other version of Database Manager
Database Manager (mySQL)speed up the use of a mySQL database, especially useful is the dumpResultSe. speed up the use of a mySQL database, especially useful is the dumpResultSet() function which
License:Freeware
Download
1995 downloads
Added: 2004-05-16
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5