RE: [INTERFACES] NOTIFY/LISTEN with JDBC

From: "Martin Kresse" <mkresse(at)slyde(dot)in-berlin(dot)de>
To: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: RE: [INTERFACES] NOTIFY/LISTEN with JDBC
Date: 2000-02-18 23:31:05
Message-ID: 200002182326.e1INQfV30239@einhorn.in-berlin.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

>> NOTIFY/LISTEN mechanism, but I can't get it working with
>> JDBC. I was told, to use connection.getWarnings() method to
>> retrieve notifications, which doesn't seem to work. [...]

> 'll try it. That should work (in theory).
>
> Peter
>

The Connection's method ExecSQL() is missing an
addWarning(msg) or something similar, when handling the
notification message...

Martin Kresse

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Hiroshi Inoue 2000-02-19 15:15:29 RE: [INTERFACES] A question on triggers
Previous Message Martin Kresse 2000-02-18 22:39:48 JDBS error codes