On Mon, 2003-10-13 at 17:37, Gene Vital wrote: > Matthew T. O'Connor wrote: > > I don't see how ODBC fits in to this at all. There is no need for ODBC > > if postgresql is running via cygwin, running on a remote linux box, or > > even native on windows. > > I am new to PostgreSQL > what other options are available to connect then ?
When you have postgresql support compiled into PHP, then PHP connects directly using native PostgreSQL calls (libpq), no ODBC layer to deal with. ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend