In an application Delphi 7 + ZeosLib 6.5.1 Alpha + PostgreSQL 8.0.3.
How can I do to get the error codes returned by the postgresql server?
How to return the error codes of the PostgreSQL server?
Moderators: gto, cipto_kh, EgonHugeist
Actually PostgreSQL don't return a error code, but Zeos doesn't negotiate or returns this code. I believe that Zeos behaves in the same way with the other protocols. I was analyzing with a collaborator that altered the code source of Zeos to increase the property E.ErrorCode.
I suggested that he makes himself registration in this forum and he verified as sending these updates for they be liberated in a next version.
I suggested that he makes himself registration in this forum and he verified as sending these updates for they be liberated in a next version.
-
- Fresh Boarder
- Posts: 7
- Joined: 24.01.2008, 11:53
undeclared identifier EZSQLException
Hello,
I get an error message "undeclared identifier EZSQLException" with ZDBO 6.6.1 - beta and Postgresql 8.1 while trying to use "on E: EZSQLException do".
Do i need to include anything before, e.g. a unit?
I get an error message "undeclared identifier EZSQLException" with ZDBO 6.6.1 - beta and Postgresql 8.1 while trying to use "on E: EZSQLException do".
Do i need to include anything before, e.g. a unit?