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

From Inoue, Hiroshi
Subject Re: [ODBC] [HY000] no error information; Error while preparingparameters
Date
Msg-id bea7518f-ef0e-b385-e6f1-fdf7bfc531e2@dream.email.ne.jp
Whole thread Raw
In response to Re: [ODBC] [HY000] no error information; Error while preparingparameters  (Daniil Megrabyan <danil.megrabjan@gmail.com>)
Responses Re: [ODBC] [HY000] no error information; Error while preparingparameters
List pgsql-odbc
Hi Daniil,

On 2017/02/04 23:39, Daniil Megrabyan wrote:
>> 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);

Thanks.
Unfortunately I can't reproduce your case.

Though I found a suspicious place thanks to the mylog you sent, there is
not enough
information in the log unfortunately.

Could you build the drivers from source?

regards,
Hiroshi Inoue


pgsql-odbc by date:

Previous
From: Daniil Megrabyan
Date:
Subject: Re: [ODBC] [HY000] no error information; Error while preparingparameters
Next
From: Daniil Megrabyan
Date:
Subject: Re: [ODBC] [HY000] no error information; Error while preparingparameters