Re: [HY000] no error information; Error while preparing parameters

From: Daniil Megrabyan <danil(dot)megrabjan(at)gmail(dot)com>
To: "Inoue, Hiroshi" <h-inoue(at)dream(dot)email(dot)ne(dot)jp>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: [HY000] no error information; Error while preparing parameters
Date: 2017-02-04 14:39:06
Message-ID: 73DCCC79-F070-4E60-BFE9-C8E700850986@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc


> 4 февр. 2017 г., в 17:06, Inoue, Hiroshi <h-inoue(at)dream(dot)email(dot)ne(dot)jp> написал(а):
>
>>> 3 февр. 2017 г., в 16:50, Inoue, Hiroshi <h-inoue(at)dream(dot)email(dot)ne(dot)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 guessing that 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 —

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Inoue, Hiroshi 2017-02-05 00:26:50 Re: [HY000] no error information; Error while preparing parameters
Previous Message Inoue, Hiroshi 2017-02-04 14:06:54 Re: [HY000] no error information; Error while preparing parameters