database abstraction layers
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2321
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 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
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
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 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
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
Added: 2009-08-03 License: BSD - BSD License Price: BSDBSDLicense
downloads
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
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
objSQL: Database Access Layer 2.0.0
objSQL is a database access utility comprised of PHP5 classes for performing SQL queries. Designed primarily for small to medium projects, objSQL uses an object based approach in supporting multiple database types. objSQL uses object based code which more>> objSQL is a database access utility comprised of PHP5 classes for performing SQL queries. Designed primarily for small to medium projects, objSQL uses an object based approach in supporting multiple database types. objSQL uses object based code which simplifies hooking into projects and allows for better encapsulation. Features prepared queries with parameter binding and transaction support including rollbacks and savepoints. Very small footprint with the entire library approximately 170Kb in size and requires no third party libraries. Currently supports IBM DB2, Firebird/Interbase, Ingres 2006, MaxDB, MySQL, Oracle, PostgreSQL, SQLite, SQL Server and Sybase ASE.<<less
Added: 2006-03-23 License: LGPL Price: $0.00USD
10 downloads
Other version of objSQL: Database Access Layer
License:LGPL
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
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
License:Other Free / Open Source License
Creating an object oriented MySQL abstraction class 1.0
In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many more>> In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed during your PHP script.<<less
Added: 2007-03-31 License: Freeware Price: $0.00USD
14 downloads
Other version of Creating an object oriented MySQL abstraction class
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
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
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
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 abstraction layers 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