Re: ODBC escape convert error

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: ODBC escape convert error
Дата
Msg-id 48501E31.5030107@tpf.co.jp
обсуждение исходный текст
Ответ на ODBC escape convert error  ("Richard Broersma" <richard.broersma@gmail.com>)
Ответы Re: ODBC escape convert error
Список pgsql-odbc
Richard Broersma wrote:
> I've attached a log file with the code for a  prepared insert command.
>  However, when it is executed, I am getting the error:
>
> ODBC escape convert error.
>
> It looks like the query never makes it to the sever becuase I don't
> see any statement logged for it.  Does anyone have any ideas?

You may have to replace '{' (ODBC escape) by '(' in the line.

      .CommandText = .CommandText & "      WHERE { T.instrumentcode,
T.instrumentsuff, T.area, T.loopnbr ) IS NULL;

regards,
Hiroshi Inoue

В списке pgsql-odbc по дате отправления:

Предыдущее
От: "Fred Parkinson"
Дата:
Сообщение: Access query as executed by postgres
Следующее
От: "Richard Broersma"
Дата:
Сообщение: Re: ODBC escape convert error