Re: [PHP] A universal Database Class

2001-05-19 Thread Manuel Lemos
Hello Brandon, On 17-May-01 16:23:12, you wrote: >I am making a suite of online tools. Right Now I am connecting to a MS SQL >2000 database. Is there any class out there that will let you send a query >to more than just one type of databases? Like someone could run it off a >MSSQL server and

RE: [PHP] A universal Database Class

2001-05-18 Thread Andrew Hill
don Orther [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 17, 2001 3:22 PM > To: PHP User Group > Subject: [PHP] A universal Database Class > > > Hello, > > I am making a suite of online tools. Right Now I am connecting > to a MS SQL > 2000 database. Is there any cla

Re: [PHP] A universal Database Class

2001-05-17 Thread Tolga \"thorr\" Orhon
PHPLib may be another option. "Brandon Orther" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > I am making a suite of online tools. Right Now I am connecting to a MS SQL > 2000 database. Is there any class out there that will let you send a query >

RE: [PHP] A universal Database Class

2001-05-17 Thread Hoover, Josh
There are several database abstraction classes out there. There are three that come to my mind right away: ADODB - http://php.weblogs.com/ADODB Metabase - http://phpclasses.upperdesign.com/browse.html/package/20/ PearDB - Not sure of the URL, but you can look in the PEAR directory of a PHP inst

Re: [PHP] A universal Database Class

2001-05-17 Thread Rick St Jean
What you want is a database abstraction layer. search the archives for pear or metabase. Another option is use the lousy ODBC At 03:21 PM 5/17/01, Brandon Orther wrote: >Hello, > >I am making a suite of online tools. Right Now I am connecting to a MS SQL >2000 database. Is there any class ou

[PHP] A universal Database Class

2001-05-17 Thread Brandon Orther
Hello, I am making a suite of online tools. Right Now I am connecting to a MS SQL 2000 database. Is there any class out there that will let you send a query to more than just one type of databases? Like someone could run it off a MSSQL server and another could run it off a MySQL database. tha