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.)
Search found 12 matches
- 22.09.2010, 17:45
- Forum: PostgreSQL
- Topic: Getting started with NOTIFY statement
- Replies: 10
- Views: 2533
- 22.09.2010, 17:23
- Forum: PostgreSQL
- Topic: Getting started with NOTIFY statement
- Replies: 10
- Views: 2533
- 22.09.2010, 13:39
- Forum: PostgreSQL
- Topic: Getting started with NOTIFY statement
- Replies: 10
- Views: 2533
- 20.09.2010, 15:23
- Forum: PostgreSQL
- Topic: Getting started with NOTIFY statement
- Replies: 10
- Views: 2533
- 01.09.2010, 16:20
- Forum: PostgreSQL
- Topic: Getting started with NOTIFY statement
- Replies: 10
- Views: 2533
- 01.09.2010, 15:44
- Forum: PostgreSQL
- Topic: Getting started with NOTIFY statement
- Replies: 10
- Views: 2533
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...
- 12.08.2010, 16:14
- Forum: Firebird
- Topic: Problem with stored procedure and Zeos [SOLVED]
- Replies: 10
- Views: 6261
- 12.08.2010, 15:28
- Forum: Firebird
- Topic: Problem with stored procedure and Zeos [SOLVED]
- Replies: 10
- Views: 6261
- 12.08.2010, 13:22
- Forum: Firebird
- Topic: Problem with stored procedure and Zeos [SOLVED]
- Replies: 10
- Views: 6261
- 12.08.2010, 12:03
- Forum: Firebird
- Topic: Problem with stored procedure and Zeos [SOLVED]
- Replies: 10
- Views: 6261
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
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
- 11.08.2010, 19:50
- Forum: Firebird
- Topic: Problem with stored procedure and Zeos [SOLVED]
- Replies: 10
- Views: 6261
- 11.08.2010, 16:32
- Forum: Firebird
- Topic: Problem with stored procedure and Zeos [SOLVED]
- Replies: 10
- Views: 6261
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_...