Firebird POST_EVENT

Posts   
 
    
SeanMunnik
User
Posts: 2
Joined: 11-Mar-2009
# Posted on: 11-Mar-2009 10:26:37   

Does LLBLGEN have any support for Firebird's POST_EVENT functionality?

I'm using the following: LLBLGen V2.5 Final March 28th 2008 Self-Servicing .Net 2.0 Firebird 2.1.0

Walaa avatar
Walaa
Support Team
Posts: 14983
Joined: 21-Aug-2005
# Posted on: 11-Mar-2009 15:44:47   

POST_EVENT functionality

What's that?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39749
Joined: 17-Aug-2003
# Posted on: 11-Mar-2009 16:39:39   

No these aren't supported.

Frans Bouma | Lead developer LLBLGen Pro
SeanMunnik
User
Posts: 2
Joined: 11-Mar-2009
# Posted on: 18-Mar-2009 11:01:09   

No problem. I referenced the Firebird .NET Data Provider directly in my project as it has support for this functionality via the FbRemoteEvent class and FbRemoteEventEventHandler(). Works well.

Also the provider exposes classes for programmaticaly doing backups (FbBackup) and restores (FbRestore). Powerful stuff.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39749
Joined: 17-Aug-2003
# Posted on: 18-Mar-2009 14:42:52   

Cool simple_smile

You could add a custom class to the generated DAL project to do these functions of course. The generated DAL project has a reference to the firebird provider so you can keep your own code free from the provider reference.

Frans Bouma | Lead developer LLBLGen Pro