solved: keyword LIMIT in SQL-statement, psqlodbc workaround?

From: "Johann Zuschlag" <zuschlag2(at)online(dot)de>
To: "Pgsql-interfaces(at)postgresql(dot)org" <Pgsql-interfaces(at)postgresql(dot)org>
Subject: solved: keyword LIMIT in SQL-statement, psqlodbc workaround?
Date: 2000-12-28 12:16:02
Message-ID: E14Bbzi-0007DR-00@mrelay01.kundenserver.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Thu, 21 Dec 2000 22:17:58 +0100, Johann Zuschlag wrote:

>I'm using a commercial application. Well, apart from the problem
>that it crashes my psqlodbc.dll (which I'm trying to debug)
>it uses the keyword LIMIT.
>
>Like: CREATE ITEMS (NAME VARCHAR(10), LIMIT NUMERIC...
>

I just added some very basic code in

modul convert.c/copy_statement_with_parameters

parsing for "Limit" and changing one letter.
Is not really smart, but works for me.

regards

Johann

Browse pgsql-interfaces by date

  From Date Subject
Next Message Johann Zuschlag 2000-12-28 12:17:48 wrong values in ODBC parameters?
Previous Message Ingo Luetkebohle 2000-12-28 10:43:39 Re: jdbc