No such connection NULL from ECPG

From: Phil Moors <pmoors(at)phillips(dot)com>
To: PostgreSQL Interfaces <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: No such connection NULL from ECPG
Date: 1999-06-24 22:19:39
Message-ID: 3772AEFB.78E1469F@phillips.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

My program compiles without errors. When the binary is run, I get:

No such connection NULL from line 384.

Line 384 is:

while(!sqlca.sqlcode)
{ blah blah blah }

My connect line is 374:

EXEC SQL CONNECT 'macs';

Ecpg expands this to:

{ ECPGconnect(__LINE__, NULL,"macs",NULL,NULL, 0);}

I found a post in the 'general' mailing list from 1998 that suggests that
the expansion should be:

{ ECPGconnect(__LINE__, "macs",NULL,NULL,NULL, 0);}

Am I barking up the wrong tree?
I recompiled and installed ecpg as root just to make sure I was not missing
anything and still get the same expansion.

TIA
Phil
--
pmoors(at)phillips(dot)com | Speaking for himself only.
--------------------------------------------------------
What if there were no hypothetical situations? --Andrew Kohlsmith

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Manor Lev-Tov 1999-06-24 22:46:13 lybcrypt/DBD
Previous Message Jeff MacDonald 1999-06-24 20:38:13 Re: [INTERFACES] PostgreSQL 6.5 binaries for win32 ?