Search found 12 matches

by Andask
22.09.2010, 17:45
Forum: PostgreSQL
Topic: Getting started with NOTIFY statement
Replies: 10
Views: 2443

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.)
by Andask
22.09.2010, 17:23
Forum: PostgreSQL
Topic: Getting started with NOTIFY statement
Replies: 10
Views: 2443

Downloading...
I'm using Delphi 2009.
by Andask
22.09.2010, 13:39
Forum: PostgreSQL
Topic: Getting started with NOTIFY statement
Replies: 10
Views: 2443

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?
by Andask
20.09.2010, 15:23
Forum: PostgreSQL
Topic: Getting started with NOTIFY statement
Replies: 10
Views: 2443

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.
by Andask
01.09.2010, 16:20
Forum: PostgreSQL
Topic: Getting started with NOTIFY statement
Replies: 10
Views: 2443

I tried to search for "NOTIFY" and it just return 3 topics.
I'll check this link, thank you.
by Andask
01.09.2010, 15:44
Forum: PostgreSQL
Topic: Getting started with NOTIFY statement
Replies: 10
Views: 2443

Getting started with NOTIFY statement

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 Delph...
by Andask
12.08.2010, 16:14
Forum: Firebird
Topic: Problem with stored procedure and Zeos [SOLVED]
Replies: 10
Views: 6146

Ohhh I found the problem, was my query. :P

Thank you for the help dude!! :)
by Andask
12.08.2010, 15:28
Forum: Firebird
Topic: Problem with stored procedure and Zeos [SOLVED]
Replies: 10
Views: 6146

Hey, it works! :) But, have a bit problem that I can't figure the "why". I don't remember if I need to execute another command.... In FlameRobin I see the data that I insert by the query, but in Delphi, I don't see. Here is what I'm doing: procedure TfrmMovimentacao.btCadastrarClick(Sender...
by Andask
12.08.2010, 13:22
Forum: Firebird
Topic: Problem with stored procedure and Zeos [SOLVED]
Replies: 10
Views: 6146

Hey, it works! xD

But, I can't figure exactly where I fault in my SP...

I'll try to use the SP in the ZQuery and see what happens. But, in my stored procedure I don't have a returning value, I need a suspend in SP too?
by Andask
12.08.2010, 12:03
Forum: Firebird
Topic: Problem with stored procedure and Zeos [SOLVED]
Replies: 10
Views: 6146

Oh Dude, I think I'm doing something >really< wrong.
Same error.

I save the project and the database in a folder and zipped it, if you wanna take a look.
http://rapidshare.com/files/412491880/ZeosForum.7z
by Andask
11.08.2010, 19:50
Forum: Firebird
Topic: Problem with stored procedure and Zeos [SOLVED]
Replies: 10
Views: 6146

Nothing dude.. :(

When I click in "Add all fields" in the ZQuery window. I receive an error 501 too! :O
by Andask
11.08.2010, 16:32
Forum: Firebird
Topic: Problem with stored procedure and Zeos [SOLVED]
Replies: 10
Views: 6146

Problem with stored procedure and Zeos [SOLVED]

Hi people. :) I'm having with problems with SP and Zeos. I'm receiving the SQL Error 501. Attempt to reclose a closed cursor. The cursor identified in a FETCH or CLOSE statement is not open. The stored procedure code is here: CREATE OR ALTER PROCEDURE SP_INSMOV ( tip_id integer, pro_id integer, fun_...