Re: Noobie Questions...

From: Dan Ostrowski <dan(at)triad-dev(dot)com>
To: wsheldah(at)lexmark(dot)com
Cc: "[POSTGRES GENERAL]" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Noobie Questions...
Date: 2002-08-28 18:48:02
Message-ID: 20020828124802.5d5e7996.dan@triad-dev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> http://techdocs.postgresql.org, there might be one or two on migrating from
> MySQL.

Thanks! OMW there right now.

> The hardest part, if you have PHP code, will be changing all the database calls,
> just because PHP is database-specific.

Actually, I have created database Abstraction layers. So when I make an object called DATABASE, and then call $DATABASE->query(); it doesn't matter if the database object is a PG database, MySQL database, or Oracle database. =)

Thanks again,
dan

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2002-08-28 19:09:20 Re: Noobie Questions...
Previous Message Ben-Nes Michael 2002-08-28 18:37:00 join problem or maybe group :(