Re: PQescapestringConn not found in libpq.dll

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tomasz Myrta <jasiek(at)klaster(dot)net>
Cc: Rafał Ziółkowski <rafzio4(at)wp(dot)pl>, pgsql-general(at)postgresql(dot)org
Subject: Re: PQescapestringConn not found in libpq.dll
Date: 2008-10-16 15:29:53
Message-ID: 15320.1224170993@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tomasz Myrta <jasiek(at)klaster(dot)net> writes:
> Rafa Zikowski napisal 16.10.2008 13:16:
>> I'm using postreSQL 8.2 on Windows Vista Small Business. I use
>> the libpq C library to connect to database. Now I've needed a call to
>> PQescapestringConn-function, but I get a message box with the
>> information that the ordinal 126 was not found in the dynamic library
>> libpq.dll

> Dll's are case-sensitive.
> Use |PQescapeStringConn instead.

I think he must have spelled it correctly in his program, else it
wouldn't have gotten as far as knowing that function number 126 is
what it wants.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message justin 2008-10-16 15:55:48 Re: Chart of Accounts]
Previous Message Stephen Frost 2008-10-16 15:26:47 Re: Drupal and PostgreSQL - performance issues?