[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]

[Hilos de Discusión] [Fecha] [Tema] [Autor]

RE: [Sop.Tec.LinuxPPP] Off topic: sobre BD y PHP



Gracias por el Tip. La libreria ADODB es exactamente la que andaba buscando
y no la encontraba.

Para su informacion de que hace ADODB: 
PHP's database access functions are not standardised. This creates a need
for a database class library to hide the differences between the different
databases (encapsulate the differences) so we can easily switch database
with ADODB

Unique Features of ADODB
Design borrows from the best ideas available from a variety of sources:
pear, phpdb and Microsoft's ADO. 
Easy for Windows programmers to understand and port ASP code to PHP to
because many of the conventions are similar to Microsoft's ADO. 
Unlike other PHP database classes which focus only on select statements, we
provide support code to handle inserts and updates which can be adapted to
multiple databases quickly. Methods are provided for date handling, string
concatenation and string quoting characters for differing databases. 
A metatype system is built in so that we can figure out that types such as
CHAR, TEXT and STRING are equivalent in different databases. 
Easy to port because all the database dependant code are stored in stub
functions. You do not need to port the core logic of the classes. 
SQL to popup menu (<SELECT>) support included 


>-----Original Message-----
>From: Bravo, David (CORP, MTC) [mailto:David Bravo en gemmc ge com]
>Sent: Lunes, 04 de Diciembre de 2000 08:49 a.m.
>To: linux en pepe net mx
>Subject: RE: [Sop.Tec.LinuxPPP] Off topic: sobre BD y PHP
>
>
>buscala en freshmeat
>ADODB
>
>From: Jose Antonio Juarez
>Sent: 
>To: linix en pepe net mx
>> 
>> Ando buscando una libreria  ( con programacion orientada a 
>objetos ), en
>> la
>> cual tu programas tus scripts en PHP y no importa la Base de 
>datos que
>> utilices ( Mysql, informix, Oracle, etc... ), esta libreria lo hace
>> transparente para el programador y ademas despues puedes 
>portar el codigo
>> a
>> otras BD, sin efectuar ninguna modificacion al codigo.
>> 
---------------------------------------------------------------------
Lista de soporte de LinuxPPP
 Reglas de la lista en http://pepe.net.mx/reglas.html



[Hilos de Discusión] [Fecha] [Tema] [Autor]