Problems connecting to Postgres Database with ASP 4.02L
We are using Sun Active Server pages and must get access to a PostgreSQL database via the odbc driver.
Regardless whether I create a DSN from Sun Admin console an press "Test" button or access it DSNless via ASP script,
I do not get a connection
ASP-Script returns unspecified Error 507 and Console DSN test returns ODBC driver failed.
The {PostgreSQL} driver is the only one in the list that does not offer a version number.
PGres database is version 8, but we also tried with a 7.3 without success.
the connection to the database from the host without using SUN ASP is possible.
What must be done to make the PG ODBC driver work?
strConn ="Driver={PostgreSQL}; Server=10.10.1.10;Port=5432; Database=feedform;UID=feedform; PWD=dsfdsf"

