Re: PQescapestringConn not found in libpq.dll

From: Tomasz Myrta <jasiek(at)klaster(dot)net>
To: Rafał Ziółkowski <rafzio4(at)wp(dot)pl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PQescapestringConn not found in libpq.dll
Date: 2008-10-16 14:45:26
Message-ID: 48F75386.7070502@klaster.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rafał Ziółkowski napisal 16.10.2008 13:16:
>
> Hallo,
>
> 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 (I have polish windows, so I can't write the exact english
> message). With other functions I don't have any problems. Is there a
> workaround, this function would be for now very usefull, otherwise I
> must programm my own function.

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

--
Regards,
Tomasz Myrta
|

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tomasz Myrta 2008-10-16 14:51:09 Re: PQescapestringConn not found in libpq.dll
Previous Message Merlin Moncure 2008-10-16 14:43:19 Re: PL/pgSQL stored procedure returning multiple result sets (SELECTs)?