Search found 71 matches

by mrLion
30.05.2010, 18:33
Forum: User Patches
Topic: Postgre SQL Events Alerter
Replies: 19
Views: 5276

silvioprog , The component has a critical error, which is not so obvious perhaps ... Description: Suppose we have an event 'any_evnt'. Create 2 MDI-windows, each of which has its EventAlerter, which handles the message. When it starts to work or other windows - we do not know! But suppose the user ...
by mrLion
20.05.2010, 20:09
Forum: User Patches
Topic: Postgre SQL Events Alerter
Replies: 19
Views: 5276

mdaems , no problem! Do it, as you wish... Comment, what you show - on Russian, so you don`t have Cyrillic codepage. silvioprog , this Pascal code is adapted code from PostgresDAC. My code, what i use writing on C++. in later im can`t support this component and don`t have any wishes refactoring thi...
by mrLion
16.05.2010, 15:44
Forum: User Patches
Topic: Postgre SQL Events Alerter
Replies: 19
Views: 5276

silvioprog , i`m so sorry, but i`m don`t planned use lazarus! And i`m NOT USE PASCAL in any his variants! I`m use C++ ONLY. So, if you want rewrite this code - DO IT yourself. Only base copyright insert in code. Thats is all. In short time will appear PostgreSQL 9. In this release Post Event tech w...
by mrLion
30.03.2010, 13:28
Forum: Firebird
Topic: Add, delete, edit user
Replies: 2
Views: 469

And what, SQL "CREATE / alter / drop USER" is not suitable? :roll:
by mrLion
27.03.2010, 11:17
Forum: Feature Requests
Topic: Using the automatic installation Silverpoint Multiinstaller
Replies: 3
Views: 1951

Using the automatic installation Silverpoint Multiinstaller

I propose to use Silverpoint Multiinstaller to install the distribution. With the exception of Lazarus, he supported the vast majority of versions of Delphi, and in addition sets the components at once and at Delphi and a C + + Builder. As an example, cite INI-file, which I use to install ZEOS 6.6.6...
by mrLion
26.03.2010, 22:01
Forum: PostgreSQL
Topic: Using Postgresql Notify and Listen
Replies: 9
Views: 3884

The latest version is here

http://zeos.firmos.at/viewtopic.php?p=11190#11190

Any comments - welcome
by mrLion
26.03.2010, 21:58
Forum: User Patches
Topic: Postgre SQL Events Alerter
Replies: 19
Views: 5276

Postgre SQL Events Alerter

The archive is the component itself and changed files version ZEOS 6.6.6. The project collected and tested for CodeGear 2007
Any comments - welcome
by mrLion
25.03.2010, 19:42
Forum: PostgreSQL
Topic: Using Postgresql Notify and Listen
Replies: 9
Views: 3884

mdaems , Wild_Pointer , Greetings. I need about a week in order to make code refactoring. Then I lay out a version and will be ready for further discussion. I want to take into account the wishes voiced above, as well as to make the components independent of the server version of PostgreSQL. Yes, I...
by mrLion
25.03.2010, 07:54
Forum: PostgreSQL
Topic: Using Postgresql Notify and Listen
Replies: 9
Views: 3884

Hi, Why can't you use the code defined in ZPlainPostgreSqlDriver.pas? Generally, I use those definitions, which gave developers PostgreSQL in their documentation. And besides function PQnotify, downloadable in pline-driver ZEOS, returns another data type, which is defined in general for the devil k...
by mrLion
24.03.2010, 13:13
Forum: PostgreSQL
Topic: Using Postgresql Notify and Listen
Replies: 9
Views: 3884

So, i`m in debugging process .... code for TZPGEventAlerter (it`s work, but tested only for PostgreSQL 8.3.10): //-- (C) Ivan Rog - 2010 Russia //-- Tested only for 8.3.10 PostgreSQL! //-- version PGSQL <8.3.x not supperted now unit ZPGEventAlerter; {$I ..\dbc\ZDbc.inc} interface uses SysUtils, Clas...
by mrLion
20.03.2010, 10:53
Forum: PostgreSQL
Topic: Using Postgresql Notify and Listen
Replies: 9
Views: 3884

I`m try write C++ Builder Class for it. And after debug this, i`m try to rewrite it as Delphi component and public it on forum. Don`t decline any help.