| From: | "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp> |
|---|---|
| To: | "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de> |
| Cc: | <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: Degrade(character conversion problem) pga3? |
| Date: | 2003-10-08 16:23:56 |
| Message-ID: | 00eb01c38db8$92e00680$1f324d80@w2k |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers pgsql-bugs |
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(at)pse-consulting(dot)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?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andreas Pflug | 2003-10-08 17:48:18 | Re: Degrade(character conversion problem) pga3? |
| Previous Message | Adam H. Pendleton | 2003-10-08 13:04:22 | Re: CVS compile error |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | veramente@libero.it | 2003-10-08 17:20:57 | pg_resetxlog and pgscripts italian translation |
| Previous Message | Alexander Staubo | 2003-10-08 15:31:25 | Canceling statement results in broken connection (JDBC) |