Обсуждение: solved: keyword LIMIT in SQL-statement, psqlodbc workaround?

Поиск
Список
Период
Сортировка

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

От
"Johann Zuschlag"
Дата:
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