Re: UPDATE problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Luis Sousa <llsousa(at)ualg(dot)pt>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: UPDATE problem
Date: 2005-03-31 15:08:02
Message-ID: 5500.1112281682@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Luis Sousa <llsousa(at)ualg(dot)pt> writes:
> I'm using Postgresql 7.3.4-9 Debian binaries and ODBC 8.00.01.01, on
> Windows 2003 Server.

> I get the following error:
> ERROR: parser: parse error at or near "=$" at character 84

> I changed from "alunosInscritos"=$1 to "alunosInscritos" = $1 and worked.
> Is there any workaround for this?

Use PG 7.4 or later.

regards, tom lane

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Luis Sousa 2005-03-31 16:22:35 Re: UPDATE problem
Previous Message Miguel Juan 2005-03-31 14:26:17 Re: UPDATE problem