From: | "Johann Zuschlag" <zuschlag(at)online(dot)de> |
---|---|
To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>, "Martijn van Oosterhout" <kleptog(at)svana(dot)org> |
Subject: | Keyword position was: Why does this not work? (keyword 'TEXT') |
Date: | 2002-04-10 15:35:03 |
Message-ID: | E16vK7j-0003MQ-00@mrvdomng1.kundenserver.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Thu, 11 Apr 2002 00:06:34 +1000, Martijn van Oosterhout wrote:
>> DEBUG: query: declare SQL_CUR01F61ED0 cursor for SELECT t29.* FROM STUECKLI t29 WHERE t29.artikelnum = '010001' AND t29.art IS NULL
>> ORDER BY t29.artikelnum ASC, t29.art ASC, t29.Position ASC, t29.stueckarti ASC, t29.stckid ASC
>> ERROR: No such attribute or function 'position'
>>
>> position is not anymore a keyword, IIRC.
>> Usually I just patch the ODBC-driver and it works for me.
>
>Let me guess, you have capitals in your field names. When you create the
>table, *don't* put quotes around the field names. Then everything becomes
>case insenstive.
Good guess But unfortunately I don't have access to the
source code of my application. But I could try a manual creation
of the tables.
But thanks anyway. I'm just wondering about an explaination...
regards
Johann Zuschlag
zuschlag(at)online(dot)de
From | Date | Subject | |
---|---|---|---|
Next Message | Stephan Szabo | 2002-04-10 15:41:24 | Re: SPI_execp() failed in RI_FKey_cascade_del() |
Previous Message | Ken Harris | 2002-04-10 15:30:16 | Re: Postgresql 7.2 |