Main > Free Download Search >

Free database abstraction script

database abstraction

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2279
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
Database Abstraction with PEAR

Database Abstraction with PEAR


So youve written a great application with PHP and it is up and running smooth. Then, your boss calls and tells you that your company wont be using MySQL anymore. Youre moving to Oracle. Your applicati more>> So youve written a great application with PHP and it is up and running smooth. Then, your boss calls and tells you that your company wont be using MySQL anymore. Youre moving to Oracle. Your application is dead in the water. You should have used database abstraction.<<less
Added: 2002-07-29 License: Not Specified Price: Free
2650 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 Abstraction Layer 01-Feb-2006

Database Abstraction Layer 01-Feb-2006


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 Price: $0.00USD
13 downloads
Install ADOdb Database Abstraction Layer

Install ADOdb Database Abstraction Layer


Do you get stressed out by mysql or other database queries? Do you use multiple databases and wish there was just one way to handle all of your queries? ADOdb is a system that executes queries to any more>> Do you get stressed out by mysql or other database queries? Do you use multiple databases and wish there was just one way to handle all of your queries? ADOdb is a system that executes queries to any type of database the same way, so you only have to know how to do it their way. This tutorial walks you through installing ADOdb on your web server, and configuring it to work with a mysql server.<<less
Added: 2006-09-21 License: Other Free / Open Source License Price: Free
1144 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
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
MySQL Abstractor 1

MySQL Abstractor 1


This packages implements a MySQL database abstraction layer. It provides several classes. There is one for establishing connections and executing SQL queries, another for composing and executing SELECT, INSERT, UPDATE and DELETE queries from a list more>> This packages implements a MySQL database abstraction layer. It provides several classes. There is one for establishing connections and executing SQL queries, another for composing and executing SELECT, INSERT, UPDATE and DELETE queries from a list of parameters, and a wrapper class to simplify the usage of the other two classes.<<less
Added: 2007-02-22 License: Other Price: $0.00USD
13 downloads
 
Other version of MySQL Abstractor
Price: FreeAdditionalInfoMITLicence
License:Other Free / Open Source License
Download
977 downloads
Added: 2007-02-22
Simple Abstraction Layer 1.0

Simple Abstraction Layer 1.0


Simple Abstraction Layer is a full featured and advanced package that implements a database access abstraction layer interface similar to MySQLi extension but works under PHP 4. more>>

Simple Abstraction Layer 1.0 is a full featured and advanced package that implements a database access abstraction layer interface similar to MySQLi extension but works under PHP 4

<<less
Added: 2009-08-03 License: BSD - BSD License Price: BSDBSDLicense
downloads
DbSimple: laconic database anstraction for PHP 2.32

DbSimple: laconic database anstraction for PHP 2.32


DbSimple is a database abstraction library which provides an extremely laconic and handy interface for practical usage in PHP 4/5 scripts. Its usage is much easier than most of other popular abstraction libraries (like ADODB, PEAR DB, and PDO). "Query more>> DbSimple is a database abstraction library which provides an extremely laconic and handy interface for practical usage in PHP 4/5 scripts. Its usage is much easier than most of other popular abstraction libraries (like ADODB, PEAR DB, and PDO). "Query execution" and "result fetching" operations are joined thogether and complemented by powerful placeholder support (including list-based placeholders) and various fetching modes. The library supports a unique and very convenient method to build dynamic SQL queries (conditional macro-blocks).<<less
Added: 2007-05-09 License: LGPL Price: $0.00USD
13 downloads
 
Other version of DbSimple: laconic database anstraction for PHP
License:LGPL
Download
898 downloads
Added: 2007-05-09
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
AbstractDB 1.0.2

AbstractDB 1.0.2


AbstractDB is a PHP database abstraction layer, objected oriented and extensible via driver implementations which extend from a common base class. This package encapsulates all of the basic functions required by most developers without the complexity more>> AbstractDB is a PHP database abstraction layer, objected oriented and extensible via driver implementations which extend from a common base class. This package encapsulates all of the basic functions required by most developers without the complexity and/or utter simplicity of many other abstraction packages. Incorporating AbstractDB into your applications is as easy as including a single file. AbstractDB is currently only distributed with a driver for MySQL but can easily be extended for use with other database servers or even other abstraction libraries.<<less
Added: 2005-03-14 License: LGPL Price: 0.00
10 downloads
 
Other version of AbstractDB
License:LGPL
Download
1684 downloads
Added: 2005-03-14
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
ADOdb Database Library for PHP 4.60

ADOdb Database Library for PHP 4.60


A PHP4 and PHP5 database abstraction library. Supports MySQL, PostgreSQL, Interbase/Firebird, Oracle (Oci8), MS SQL 7, ADO, Foxpro, Access, Sybase, Sybase SQL Anywhere, DB2, Informix, Frontbase, SQLite, LDAP, Netezza, SAPDB, generic ODBC/ODBTP, PDO more>> A PHP4 and PHP5 database abstraction library. Supports MySQL, PostgreSQL, Interbase/Firebird, Oracle (Oci8), MS SQL 7, ADO, Foxpro, Access, Sybase, Sybase SQL Anywhere, DB2, Informix, Frontbase, SQLite, LDAP, Netezza, SAPDB, generic ODBC/ODBTP, PDO etc. ADOdb provides code to handle inserts and updates that can be adapted to multiple databases quickly. A basic paginated grid is also provided, and support for database-backed session variables. Support for PHP5 iterators and exceptions included. Methods are provided for date handling, string concatenation and string quoting characters for differing databases. A metatype system is built in so that you can figure out that types such as CHAR, TEXT and STRING are equivalent in different databases. Able to create databases, tables, indexes portably using an xml schema or programatically. Also has sql performance monitoring and schema creation using XML.<<less
Added: 2000-09-07 License: BSD Price: 0.00
15 downloads
 
Other version of ADOdb Database Library for PHP
Price: FreeAdditionalInfoLGPLalso
License:BSD Style
Download
3377 downloads
Added: 2000-09-07
DBIx-SQL-Abstract 0.07

DBIx-SQL-Abstract 0.07


DBIx-SQL-Abstract module provides a convenient abstraction layer to a database. more>> DBIx-SQL-Abstract 0.07 offers you a powerful application which provides a convenient abstraction layer to a database. The intention of this module is to join some methods from the DBI and the SQL: Abstract modules, for a convenient and easy use.
<<less
Added: 2007-06-23 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5