Subject | Re: [firebird-support] Firebird features info request. |
---|---|
Author | Daniel Rail |
Post date | 2005-12-06T21:02Z |
Hi,
At December 6, 2005, 12:49 PM, Marcelo wrote:
libraries with full source code that you can use to create your UDF.
--
Best regards,
Daniel Rail
Senior Software Developer
ACCRA Consultants Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)
At December 6, 2005, 12:49 PM, Marcelo wrote:
> I've been working on a simple Workflow app for some time and I wantYou will have to create your own UDF. There are some free UDF
> to enhance it so as to add more features usually found in
> professional workflow systems.
> I've been looking for some functionalities:
> * An ability to store blobs on the disk file-system parallel to
> store them in the db. This is to allow users to access the docs
> stored without using the dbengine in case of system-panic. I
> couldn't fine any blob-to-file udf. Anyone knows any?
libraries with full source code that you can use to create your UDF.
> * An ability to send e-mail to alert users of any incoming new taskI never tried it, so I can't comment.
> or delayed task. Today, I found the FireUDFLib at sourceforge and I
> would try it.
> * An ability to run a stored procedure an o timely basis. So as toYou will have to use an external app. That's what I do.
> act as the pulse of the "Workflow engine". This stored procedure
> would be responsible of sending alerts to users or fire any
> automated activity. Should I use an external app to execute this
> proc?
--
Best regards,
Daniel Rail
Senior Software Developer
ACCRA Consultants Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)