Navigation
Learn About
Developing With
Ingres Talk
Information
Toolbox
Views
PHP/Projects/PDO Ingres
From Ingres Community Wiki
< PHP | Projects(Redirected from PDO Ingres)
Jump to: navigation, search
[edit]
Introduction
The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. PDO provides a data-access abstraction layer, which means that, regardless of which database you're using, you use the same functions to issue queries and fetch data. PDO does not provide a database abstraction; it doesn't rewrite SQL or emulate missing features. You should use a full-blown abstraction layer if you need that facility.
This project aims to provide the necessary functionality to allow PDO to interface with the Ingres relational DBMS engine.
[edit]
Project Profile
| Admins | Herve Leclerc |
| Sponsors | Alter Way |
| Developers | Stephane Planquart |
| Development Status | In active development |
| Intended Audience | Developers |
| License | PHP License 3.01 |
| Operating System(s) | Windows (2000/XP/Vista), Linux and other Unix based systems |
| Programming Language(s) | C |
| Topic(s) | Ingres, PHP, PDO |
| Registered | 21-Sept-2009 |
[edit]
Project Resources
This project is being hosted at SourceForge.net under the pdoingres project.
Retrieved from "http://community.actian.com/wiki/PHP/Projects/PDO_Ingres"
Categories: PHP | Connectivity | PDO | Ingres

