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...
Search found 3 matches
- 01.09.2009, 13:38
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Use of Notify/listen
- Replies: 2
- Views: 1671
- 18.08.2008, 09:30
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problems with codepages
- Replies: 2
- Views: 945
- 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...