Subject Re: [firebird-support] Re: Freeware UDF/Tools
Author Helen Borrie
At 03:01 AM 23/02/2006, you wrote:

>I'm not a Delphi or C++ programmer. I am a descent Net programmer. Can
>I create a UDF using a NET language?

Yes, if you know a NET language that can import a DLL and export
function entry points using the cdecl calling convention, and can
create DLLs. You'll be in pretty experimental territory, though...if
you succeed, it would be good to get a write-up from you.

It would be worth asking this question on the firebird-net-provider
list, since there you might find someone who has actually done it
with C# or VB.NET.

./heLen