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 install to see the code
Josh Hoover
KnowledgeStorm, Inc.
[EMAIL PROTECTED]
Searching for a new IT solution for your company? Need to improve your
product marketing?
Visit KnowledgeStorm at www.knowledgestorm.com to learn how we can simplify
the process for you.
KnowledgeStorm - Your IT Search Starts Here
> 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.