Getting started with NOTIFY statement

Forum related to PostgreSQL

Moderators: gto, cipto_kh, EgonHugeist, olehs

Post Reply
Andask
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 11.08.2010, 15:53

Getting started with NOTIFY statement

Post by Andask »

Hi dudes!

I'm using Delphi 2009 and Zeos 7.0.0.
I need to LISTEN and NOTIFY some events on my app. But I don't know how can I do this.
I've read the Postgre docs and see this commands (LISTEN/NOTIFY).
It's exactly what I want.

Have you guys worked with it sometime?
I don't know how to do it in Delphi with Zeos.

Thx.
mrLion
Senior Boarder
Senior Boarder
Posts: 71
Joined: 20.03.2010, 10:17

Post by mrLion »

Are you can`t use searching????
http://zeos.firmos.at/viewtopic.php?t=2757
Andask
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 11.08.2010, 15:53

Post by Andask »

I tried to search for "NOTIFY" and it just return 3 topics.
I'll check this link, thank you.
Andask
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 11.08.2010, 15:53

Post by Andask »

I read, re-read and I can't understand how to work with this.
Someone has tested this way (the link above)?
Have some step-by-step or something like it?

Thx.
mrLion
Senior Boarder
Senior Boarder
Posts: 71
Joined: 20.03.2010, 10:17

Post by mrLion »

Andask, What the problem? My code on C++, silvioprog wrote component on delphi. Load last snapshot 7.0.1, that consist TPGEvenAlerter conponent.

P.S. If you use C++ i can describe code.
Andask
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 11.08.2010, 15:53

Post by Andask »

Hmm... I was doing this in the wrong way...
Well, let's see if I do it right this time.

I need to download this so: "ZEOSLIB_TRUNK_REV803.zip" right?
mrLion
Senior Boarder
Senior Boarder
Posts: 71
Joined: 20.03.2010, 10:17

Post by mrLion »

may be.... NO. Use svn://zeos.firmos.at/zeos/branches/testing to load last svn-revision now - 817. Andask, what are you using? Delphi or C++ Builder?
Andask
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 11.08.2010, 15:53

Post by Andask »

Downloading...
I'm using Delphi 2009.
mrLion
Senior Boarder
Senior Boarder
Posts: 71
Joined: 20.03.2010, 10:17

Post by mrLion »

I`m - C++Builder 2010 ... :) So, look for it: can i help you? I`m think ... no. Pascal is not my love language. I`m now it, but not use often. All my projects on c++, and examples that i can write to you also on C++.
Andask
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 11.08.2010, 15:53

Post by Andask »

I'll check for that examples from silvioprog. And if I don't undestand how to use the component I'll post here again.

(I downloaded and intalled the 817 build.)
sfxcc
Senior Boarder
Senior Boarder
Posts: 95
Joined: 13.05.2010, 18:48

Post by sfxcc »

Is this Component working ??? i cant get it to work fine it worked once only ????
where's the code ..
Post Reply