database programs
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3024
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
License:Freeware
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
Micro Database Browser 1.1
Micro Database Browser is a simple PHP script which can list your available databases, tables and displays data stored in it. Its purpose to give you an easy installable product to verify your actual DB status without installing professional database more>> Micro Database Browser is a simple PHP script which can list your available databases, tables and displays data stored in it. Its purpose to give you an easy installable product to verify your actual DB status without installing professional database management tools.<<less
Added: 2006-06-20 License: Freeware Price: $0.00USD
13 downloads
Other version of Micro Database Browser
License:Freeware
Affiliate Program Script 1.1
Free basic affiliate program script available in Access database and includes: unlimited number of sale products, per click, per lead, per sale commissions, flat fee / percentage commissions, chargeback / refund management, unlimited number of banners more>> Free basic affiliate program script available in Access database and includes: unlimited number of sale products, per click, per lead, per sale commissions, flat fee / percentage commissions, chargeback / refund management, unlimited number of banners and text links, links statistics reports, multi currency support.<<less
Added: 2005-02-28 License: Freeware Price: $0.00USD
13 downloads
Other version of Affiliate Program Script
License:Freeware
Simple Database Class
This database class handles Select, Insert, Update, and Delete. It also takes steps to ensure your SQL syntax is valid, and that memory leaks / errors are prevented. Tutorial comes with demo, download more>> This database class handles Select, Insert, Update, and Delete. It also takes steps to ensure your SQL syntax is valid, and that memory leaks / errors are prevented. Tutorial comes with demo, downloadable code, and an in depth explanation.<<less
Added: 2005-06-10 License: Other Free / Open Source License Price: FreeAdditionalInfoCreativeCommons
1613 downloads
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
cPanel Database Creator
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 Cre 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: Free
1222 downloads
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
License:Freeware
U.S. Database
Measure distances between Zip Codes and a full Search system. The package (download) contains the Database with several tables and queries, source code for the sample pages from below and a graphic of more>> Measure distances between Zip Codes and a full Search system. The package (download) contains the Database with several tables and queries, source code for the sample pages from below and a graphic of each State Flag.<<less
Added: 2005-12-12 License: Other Free / Open Source License Price: $9.95
1423 downloads
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
Database Search Engine 1
This sample ASP script we will search a custom query in an SQL database. We will use two custom script in one page and will take query results divided in pages. before starting to use this script, you must modify sql query and database connection. more>> This sample ASP script we will search a custom query in an SQL database. We will use two custom script in one page and will take query results divided in pages. before starting to use this script, you must modify sql query and database connection.<<less
Added: 2006-08-31 License: Freeware Price: $0.00USD
14 downloads
Other version of Database Search Engine
License:Freeware
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
Display a Database
In this tutorial you will learn how to connect to a MySQL databse and get data from the database and display it. more>> In this tutorial you will learn how to connect to a MySQL databse and get data from the database and display it.<<less
Added: 2005-11-12 License: Freeware Price: Free
1454 downloads
Database Systems Corp. IVR 12.2
DSC provides <a href=http://www.call-center-tech.com/ivr.htm>IVR technology</a> including <a href=http://www.call-center-tech.com/interactive-voice-response.htm>interactive voice response</a> products and outsourcing services. DSC supplies the more>> DSC provides IVR technology including interactive voice response products and outsourcing services. DSC supplies the following custom IVR solutions for its clients:
- IVR Systems
- IVRS
- IVR Providers
- IVR Software
- IVR Services
- Hosted IVR
- IVR Equipment
Added: 2008-05-30 License: Commercial Price: $0.00USD
11 downloads
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
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above database programs search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed