Hi,

Hopefully this is the place to ask if not then please tel me where it should be.

I want to use a xml string. To do this i need to build a UDF how can do this.
The main problem i have is that there is no C# info only C++.
As a test i used this udf

[code]
using System;
using System.Collections.Generic;
using System.Text;

namespace fbUDF
{
    public class Class1
    {
         public String Test(String s)
        {
            return s;
        }
    }
}
[/code]

but i can not get it to work. i can not create the function in firebird.
Can some one tel me what is wrong.
All info is welcome.

If this is not the right place to ask please tel me where i should ask.

Thanks

Edwin

                                          
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to