Search found 3 matches

by climber
01.09.2009, 13:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Use of Notify/listen
Replies: 2
Views: 1671

Use of Notify/listen

Hi to all!

I am using Lazarus + zeos 6.6.5 + postgresql 8.3.
How can I use Notify/listen of PostgreSQL with zeos? Will it be an event or something alse?
If possible, write simple example of code...
by climber
18.08.2008, 09:30
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problems with codepages
Replies: 2
Views: 945

As I discovered recently, it's only a little bug in zeos 6.6.3. I have unistalled Delphi and zeos, and installed delphi and zeos 6.6.2 after that. Now all works :)
by climber
15.08.2008, 10:23
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problems with codepages
Replies: 2
Views: 945

Problems with codepages

Hi to all! I use following components: ZConnection - ZQuery - DataSource - DBGrid After that ZQuery1.Close; ZQuery1.SQL.Text:='select * from data_filials'; ZQuery1.ExecSQL; I see some strange meaningless symbols... It looks like win1252 encoding, but source symbols are in win1251 encoding (and defau...