Access/Postgres

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
cto1mac
Forum Commoner
Posts: 54
Joined: Tue Jan 27, 2004 6:11 am
Location: Virginia Beach, VA

Access/Postgres

Post by cto1mac »

I have finally convinced my bosses to let me port a site that is ASP/Access to PHP/Postgres.

I know that I can do the php side and I know enough of the postgres side to be able to do that. Mostly I will still need, to get that data from my access db. Is there a simple way to get that data into my postgres db? Is there a way to automate this?

Thanks
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

I would use [php_man]odbc[/php_man] to get the data out of access.
Post Reply