Forum OpenACS Q&A: Response to Windows, AOLServer, and OACS

Collapse
Posted by Roberto Mello on
I don't see any reason to why PostgreSQL on cygwin would have any trouble working with non-cygwin applications. I know of several people that run Visual Basic/Delphi applications accessing PostgreSQL on cygwin on production systems.

libpq is available through the PosgreSQL Cygwin package, so you can compile against that for a C module (lipq++ for C++), or you can use ODBC or JDBC.