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" <[EMAIL PROTECTED]>
> 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?


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to