Success -- MySQL / MyODBC replication

Jeffrey Watts watts at jayhawks.net
Mon Apr 10 19:28:34 CDT 2000


On Mon, 10 Apr 2000, michael d hoskins wrote:

> This is true for Windoze, but what free, Open Source, PHP compatible
> ODBC product exists for Linux, other Unices?

"PHP compatible ODBC product" is incorrect.  ODBC is a database
abstraction interface.  That is, client apps like PHP can talk to it
without knowing anything about the backend database.  So PHP can talk to a
MS SQL server, an Oracle server, and a PostgreSQL server without changing
its code (other than to change where it's connecting to).  PHP has an ODBC
interface, so it will (should) work with all database backends with ODBC
drivers.

ODBC drivers are clearly not in a web frontend's space.  That's in
database space.  Remember, ODBC drivers are database-specific...

The question is:  does PostgreSQL have an ODBC driver?  Does MySQL?  I'm
pretty sure PostgreSQL does, not sure about MySQL.

J.

o-----------------------------------o
| Jeffrey Watts                     |
| watts at jayhawks.net            o-------------------------------------o
| Systems Programmer            | "I entered the office and tossed my |
| Sprint - Systems Management   |  hat at the coat rack. It missed,   |
o-------------------------------|  hit the heater, and instantly      |
                                |  burst into flames. That reminded   |
                                |  me: I had some work to do in       |
                                |  Windows."                          |
                                |  -- Lincoln Spector                 |
                                |  "The Maltese Penguin"              |
                                o-------------------------------------o




More information about the Kclug mailing list