Re: [ODBC] [HY000] no error information; Error while preparingparameters

Поиск
Список
Период
Сортировка
От Daniil Megrabyan
Тема Re: [ODBC] [HY000] no error information; Error while preparingparameters
Дата
Msg-id 73DCCC79-F070-4E60-BFE9-C8E700850986@gmail.com
обсуждение исходный текст
Ответ на Re: [ODBC] [HY000] no error information; Error while preparingparameters  ("Inoue, Hiroshi" <h-inoue@dream.email.ne.jp>)
Ответы Re: [ODBC] [HY000] no error information; Error while preparingparameters  ("Inoue, Hiroshi" <h-inoue@dream.email.ne.jp>)
Список pgsql-odbc
> 4 февр. 2017 г., в 17:06, Inoue, Hiroshi <h-inoue@dream.email.ne.jp> написал(а):
>
>>> 3 февр. 2017 г., в 16:50, Inoue, Hiroshi <h-inoue@dream.email.ne.jp> написал(а):
>>>
>>> On 2017/02/03 17:06, Daniil Megrabyan wrote:
>>>> Hi,
>>>>
>>>> _Sometimes_ I’m getting very «informative» error message on SQLExecute(). The query is quite easy, but I’m
guessingthat error comes from the driver(or driver manager though?). What should I check? 
>>> Could you take mylog output and send it to me?
>
> Thanks for the Mylog output.
> Could you tell me the definition of core_message table?

For sure.
CREATE TABLE Сore_Message (
    id int8 NOT NULL DEFAULT nextval('core_message_id_seq'::regclass),
    channel_id int8 NOT NULL,
    date timestamp(6) NOT NULL,
    member_id int8 NOT NULL,
    reply_id int8
)
WITH (OIDS=FALSE);

By the way I have realised the wrong data type for id column ;) Anyway, in this case it doesn’t matter.

— Daniil A Megrabyan —




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

Предыдущее
От: "Inoue, Hiroshi"
Дата:
Сообщение: Re: [ODBC] [HY000] no error information; Error while preparingparameters
Следующее
От: "Inoue, Hiroshi"
Дата:
Сообщение: Re: [ODBC] [HY000] no error information; Error while preparingparameters