Personal Video Database

English => Development => Topic started by: raldo on September 20, 2009, 12:51:52 pm

Title: Firebird events -- moddate changed?
Post by: raldo on September 20, 2009, 12:51:52 pm
Hi Nostra,

do you have any experience using firebird events?

The reason why I'm asking is that an event upon moddate or date added changed would mean that I could use an event handler in PvdImport instead of polling the database regularly.

Check this out, for example... (http://www.janus-software.com/fbmanual/manual.php?book=php&topic=49)
Title: Re: Firebird events -- moddate changed?
Post by: nostra on September 21, 2009, 10:40:20 pm
Good idea. I'll see if I can add this functionality quickly into the next release.
Title: Re: Firebird events -- moddate changed?
Post by: raldo on September 25, 2009, 10:08:55 am
Good idea. I'll see if I can add this functionality quickly into the next release.

Great!
Title: Re: Firebird events -- moddate changed?
Post by: raldo on October 05, 2009, 07:00:56 pm
Good idea. I'll see if I can add this functionality quickly into the next release.

Do you know if it's possible to pass parameters through events, for example movie IDs (in our case)?

Also, would you know where to look in the Firebird api for the event subscription methods?