Search found 4 matches

by skozan
01.12.2005, 16:20
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Postgres 8.0.1 - Blob fields are ruined
Replies: 0
Views: 789

Postgres 8.0.1 - Blob fields are ruined

I am using: Unicode PosgreSQL 8.0.1 on Debian GNU/Linux 3.1 (also tested on Unicode PosgreSQL 8.0.3 MS Windows XP) Delphi 7 and ZeosDBO to connect with the database. This behaviour is known from the Zeos DBO 6.1.5 version. I've just checked out the latest cvs version (head) - 6.5.1, and tested for t...
by skozan
30.11.2005, 15:42
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZConnection.Properties ???
Replies: 1
Views: 1258

By using properties strings you may pass values to the database driver, e.g. submiting the line:

codepage=ISO-8859-7

I set the CLIENT_ENCODING parameter of the PostgreSQL to greek iso
by skozan
30.11.2005, 15:35
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZConnection::AutoCommit
Replies: 3
Views: 3090

With AutoCommit set to True, every SQL statement is (auto)commited. When StartTransaction is executed then all statements are executed on the Commit.
by skozan
06.10.2005, 11:49
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Blob field (images) and ZLib
Replies: 1
Views: 1830

I experienced the same exactly behaviour with Postgres 8.0 / Delphi 7 / Zlib. I used before the 6.1.5 version of Zeos. Now I am testing to retrieve compressed data using the recent 6.5.1, stored in blobs (bytea) with the previous version of ZeosLib (6.1.5), but an exception is raised when I try to r...