Re: PQexecPrepared() question

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: PQexecPrepared() question
Дата
Msg-id ec236bc4360fc2bb33e82d7b604faeaa0e9dbeeb.camel@cybertec.at
обсуждение исходный текст
Ответ на Re: PQexecPrepared() question  (Igor Korot <ikorot01@gmail.com>)
Список pgsql-general
On Wed, 2025-12-24 at 17:28 -0800, Igor Korot wrote:
> My current code is below:
>
>    [...]
>    res8 = PQexecPrepared( m_db, "set_table_prop", 3, params, paramLength, paramFormat, 0 );
>    [...]
>
> This code crashes on the PQexecParam.

Your code does not contain PQexecParam.
It is also incomplete and doesn't contain where the statement is prepared,
nor does it contain the definition of the variables you are using.

I recommend using a debugger.

Yours,
Laurenz Albe



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