Re: Degrade(character conversion problem) pga3?

Поиск
Список
Период
Сортировка
От Hiroshi Saito
Тема Re: Degrade(character conversion problem) pga3?
Дата
Msg-id 00eb01c38db8$92e00680$1f324d80@w2k
обсуждение исходный текст
Ответ на Degrade(character conversion problem) pga3?  ("Hiroshi Saito" <saito@inetrt.skcapi.co.jp>)
Список pgadmin-hackers
Hi Andreas.

It is a little strange...

pgSet *pgConn::ExecuteSet(const wxString& sql)
{
    // Execute the query and get the status.
    PGresult *qryRes;
    wxLogSql(wxT("Set query (%s:%d): %s"), this->GetHost().c_str(), this->GetPort(), sql.c_str());
    qryRes = PQexec(conn, sql.mb_str(wxConvUTF8));

When this conv is made wxConvUTF8, a problem doesn't come out.
<why??>
It is ignored though this connection thread has already been set up.
Does it know anything though it tries to go on?
Logging  is sent by separate mail.

regards,
Hiroshi Saito

From: "Andreas Pflug" <pgadmin@pse-consulting.de>
> Hiroshi Saito wrote:
>
> >Hi Andreas.
> >
> >I have a problem.
> >It is a happening within this week.
> >
> >See below.
> >http://cre-ent.skcapi.co.jp/~saito/pgadmin3/20030922_1.jpg
> >http://cre-ent.skcapi.co.jp/~saito/pgadmin3/20031007_1.jpg
> >
> >Tonight, let me know it if you know something though it will be examined.
> >Thank you.
> >
>
> There's obviously something wrong... How about the error log?


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

Предыдущее
От: "Adam H. Pendleton"
Дата:
Сообщение: Re: CVS compile error
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: Degrade(character conversion problem) pga3?