Search found 2 matches

by szoradie
02.03.2007, 06:10
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos + PostgreSQL 8 connection problem (D2006)
Replies: 3
Views: 1256

Hello,

Delphi6 search libpq81.dll in Windows\system folder.
If you get other *.dll error message You have to copy there other files.
You can find in C:\Program Files\PostgreSQL\8.1\bin folder.

Ervin,
by szoradie
01.03.2007, 21:20
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: The text type column value isn't correct, always is (MEMO).
Replies: 2
Views: 1049

The text type column value isn't correct, always is (MEMO).

Hello everybody, I'm new using zeos. I have a postgre8.1 database and I use delphi6 + zeos 6.6.1 . I use simlpy Zconnection + Ztable + datasource + dbgrid. If I open a table all column valus is correct except the text type column value. If I see the value always is (MEMO). Why? What is your advice, ...