[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] Postgres and ODBC Connectivity



I am trying to connect to a Postgres database I created vi ODBC.  I have
created a DSN with the following :

Data Source Name : grow #database name#
Database type: PostgreSQL 6.5.2
Driver : /home/chiliasp/odbc/opensource/lib/libodbcpsql.so
Server Name : #left blank#
Port : 5432
Database : grow
User : test
password : test

(this system is not live).

When I try to test the connection from the DSN screen I get the following
error:
"The page cannot be displayed"

I have also tried connecting with a JDBC driver from a WIN2000 machine using
a Openlink driver and I get the following error:

SQLException [OPLJDBC2]Error
java.io.IOException "Crypted packet received"


I was able to create and run SQL scripts against the database.  What do I
need to change on the RAQ4 to allow local database connections.  It would
also be nice to be able to connect remotely while I am developing.

Thanks
Geof Lutz