Search found 31 matches

by cnliou
11.11.2005, 12:35
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: PG8 Blob problem
Replies: 5
Views: 1639

Re: PG8 Blob problem

Zeosdbo encodes text/varchar values before insert/update by calling PQexec C function provided by libpq.dll. In order to return correct values to ZReadOnlyQuery etc., zeosdbo decodes the text/varchar values after retrieving them from libpq.dll. The encoding/decoding functions are EncodeString() and ...