Re: [gnome-db] please help connecting to databse



You're right, I've just got a Unix domain socket open and not a TCP/IP socket:

$  netstat -a | grep 5432
unix  2      [ ACC ]     STREAM     LISTENING     7286   /tmp/.s.PGSQL.5432

But I still get the same error with:

gchar *provider = "PostgreSQL";
cnc_string = "HOST=DATABASE=joedb;USER=joedoe";

** (JoesApp:15107): CRITICAL **: file gda-connection.c: line 843
(gda_connection_execute_non_query): assertion `GDA_IS_CONNECTION
(cnc)' failed

What worked for me is:

cnc_string = "DATABASE=joedb;USER=joedoe";

So I can't specify a hostname at all if I'm using Unix Domain Sockets?
Wouldn't it be easier if libgda allowed the parameters localhost and
127.0.0.1 here?

Thanks,

Neil



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