Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 8 of 8 total
Thread External module code sample
Tue, Sep 2 2008 12:00 PMPermanent Link

I need some dateutils.pas functions in server stored procedures. Only
way I see is create an external module (dll) for doing this and more
powerful actions.

Despite EDB deploys an "external module template", would be great to
see a complete external module source code with some real world
functions to learn how to build my own ones.

Thanks!

Tiago Ameller
tiago put_an-a-_in_a_circle sistemasc.net
Sistema, S.C.
Tue, Sep 2 2008 1:51 PMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tiago


The nearest I think you'll find currently is in my post below

textsearch, text filters & word generators

There's a non-indexed textsearch function

Don't forget, if they might be of general use post them here

Roy Lambert [Team Elevate]
Wed, Sep 3 2008 3:02 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Tiago,

<< I need some dateutils.pas functions in server stored procedures. Only way
I see is create an external module (dll) for doing this and more powerful
actions.

Despite EDB deploys an "external module template", would be great to see a
complete external module source code with some real world functions to learn
how to build my own ones. >>

Send me a partial list of the functions that you want, and I'll work up a
starting point external module for you.  It shouldn't take more than a few
minutes, and will give everyone something to work with for future
implementations.

I'm hoping eventually to start having on-going public external modules on
this newsgroup that everyone can contribute to and bring forward with new
functionality.  Something like one for file I/O, one for XML, etc.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Sep 4 2008 2:50 AMPermanent Link

Tim,

>Send me a partial list of the functions that you want, and I'll work up a
>starting point external module for you.  It shouldn't take more than a few
>minutes, and will give everyone something to work with for future
>implementations.
I hope can do it today

>I'm hoping eventually to start having on-going public external modules on
>this newsgroup that everyone can contribute to and bring forward with new
>functionality.  Something like one for file I/O, one for XML, etc.
This would be cool. And same for stored procedures and functions doing
common tasks.


Tiago Ameller
tiago put_an-a-_in_a_circle sistemasc.net
Sistema, S.C.
Thu, Sep 4 2008 5:23 PMPermanent Link

Thanks to Roy and Tim suggestions, here is my little contribution with
a set of some DateUtils.pas functions in a EDB external module.
In fact is was so easy I can't believe it !!


Tiago Ameller
tiago put_an-a-_in_a_circle sistemasc.net
Sistema, S.C.
Thu, Sep 4 2008 5:23 PMPermanent Link




Attachments: m01dateutils.zip
Fri, Sep 5 2008 2:05 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Tiago,

<< Thanks to Roy and Tim suggestions, here is my little contribution with a
set of some DateUtils.pas functions in a EDB external module. In fact is was
so easy I can't believe it !! >>

Cool, thanks very much.  And yes, it is very simple to do. Smiley

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Sep 30 2008 12:07 AMPermanent Link

"Greg Bishop"
Thanks, Tiago and Roy for the examples for functions.

Does anyone have an example for a stored procedure in an external module?

Image