Adam Lang wrote: > > I thought I saw mention on the interfaces list that the ODBC driver needed > to be modified to properly use the large objects. You normally wouldn't use ODBC to access Postgres from PHP but rather the Postgres-specific interface. You _can_ use ODBC as well but normally that doesn't provide any advantage. If your concern is database abstraction, there are several libraries for PHP that provide it in varying degrees, ODBC would be just one, possibly not optimal, solution for the problem. Generally, from following the PHP lists and looking at columns on, for instance, phpbuilder.com, PHP folks don't seem to concerned with the abstraction issue, as far as I can make out anyway (just my impression). Rasmus' question, IMHO, was about the PHP/Postgres interface, not about ODBC. - Frank
- Re: [HACKERS] PHP and PostgreSQL Adam Haberlach
- Re: [HACKERS] PHP and PostgreSQL Bruce Momjian
- Re: [INTERFACES] Re: [HACKERS] PHP and Postgr... Bruce Momjian
- Re: [INTERFACES] Re: [HACKERS] PHP and Po... Adam Haberlach
- [HACKERS] Re: [INTERFACES] PHP and PostgreSQL Adam Lang
- [HACKERS] Re: [INTERFACES] PHP and PostgreSQL Frank Joerdens
- [HACKERS] Creating locales. Tim Uckun
- Re: [HACKERS] Creating locales. Oleg Bartunov
- Re: [HACKERS] Creating locales. Hannu Krosing
- [HACKERS] Re: [INTERFACES] PHP and Postgr... Adam Lang
- [HACKERS] Re: [INTERFACES] PHP and Po... Frank Joerdens
- [HACKERS] Re: [INTERFACES] PHP an... Adam Lang
- RE: [HACKERS] PHP and PostgreSQL Matthew
- Re: [HACKERS] PHP and PostgreSQL Rod Taylor
- Re: [HACKERS] PHP and PostgreSQL Bruce Momjian
- Re: [HACKERS] PHP and PostgreSQL Rod Taylor
- RE: [HACKERS] PHP and PostgreSQL Christopher Kings-Lynne
- Re: [HACKERS] PHP and PostgreSQL Tom Lane
- [HACKERS] Re: PHP and PostgreSQL mlw