[fpc-pascal] Accessing low-level Firebird facilities

2012-12-22 Thread Mark Morgan Lloyd
Can somebody please lend me a hand making three sets of calls to (I think) ibase60dyn.pp please. I've written functions to make and poll asynchronous notifications for PostgreSQL, but I need the corresponding code for Firebird. If somebody could point me at (Pascal) examples I'd appreciate

Re: [fpc-pascal] Accessing low-level Firebird facilities

2012-12-22 Thread Martin Schreiber
On Saturday 22 December 2012 19:00:14 Mark Morgan Lloyd wrote: Can somebody please lend me a hand making three sets of calls to (I think) ibase60dyn.pp please. I've written functions to make and poll asynchronous notifications for PostgreSQL, but I need the corresponding code for Firebird.

Re: [fpc-pascal] Accessing low-level Firebird facilities

2012-12-22 Thread Mark Morgan Lloyd
Martin Schreiber wrote: MSEgui has code for Firebird and PostgreSQL server notifications. http://gitorious.org/mseide-msegui/mseide-msegui/trees/master/lib/common/db Low level code is in mpqconnection.pp and mibconnection.pas, backend independent code in msedbevents.pas. Thanks. I must say