PQexec problem

From: François LODIER <zentak(at)agisphere(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: PQexec problem
Date: 2001-01-03 18:09:00
Message-ID: 3A536ABC.876A6327@agisphere.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, when I try to do something like
PQexec(conn,"BEGIN");
I have got stranges logs like query:
ø(
ERROR: parser: parse error at or near "ø"

It seems that postgres doesn't recieve the good query does any one no
why ??

--
--------------------------------
François Lodier . _
. __ .
. .. ...
zentak(at)agisphere(dot)com . __ .
Ouais! Et pourquoi ?? ... .
---------------------------------

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Davis 2001-01-03 18:11:36 Numeric and money
Previous Message Brett W. McCoy 2001-01-03 17:47:30 Re: RE: RE: Re: MySQL and PostgreSQL speed compare