Page 1 of 1

Errcode 38 with postgresql-8 protocol

Posted: 13.09.2007, 11:17
by ccezar
Hello,

What does mean this error code? Taken from ZSQLMonitor log.

Code: Select all

cat: Other, msg: Create, errcode: 38, error:
TIA,

Cezar

Posted: 13.09.2007, 14:36
by mdaems
My first impression : this is a debug message left behind by the developer of ZdbcPostgreSql.pas in TZPostgreSQLConnection.Create. 38 is the result of the pg_CS_code(FClientCodePage) call.

I think this line should be removed from the sources. I'll try not to forget. If it really annoys you you could file a bug report on zeosbugs.firmos.at.

Mark

Posted: 13.09.2007, 15:06
by ccezar
Well, it's OK for me. I'll then ignore this message ;-)

Thank you for information! :-)

Cezar