Re: [ODBC] [HY000] no error information; Error while preparingparameters - Mailing list pgsql-odbc

From Daniil Megrabyan
Subject Re: [ODBC] [HY000] no error information; Error while preparingparameters
Date
Msg-id 73DCCC79-F070-4E60-BFE9-C8E700850986@gmail.com
Whole thread Raw
In response to Re: [ODBC] [HY000] no error information; Error while preparingparameters  ("Inoue, Hiroshi" <h-inoue@dream.email.ne.jp>)
Responses Re: [ODBC] [HY000] no error information; Error while preparingparameters
List 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 by date:

Previous
From: "Inoue, Hiroshi"
Date:
Subject: Re: [ODBC] [HY000] no error information; Error while preparingparameters
Next
From: "Inoue, Hiroshi"
Date:
Subject: Re: [ODBC] [HY000] no error information; Error while preparingparameters