Subject | Re: [IBO] :PARAM inside function call not working! |
---|---|
Author | Helen Borrie |
Post date | 2005-06-09T13:34:36Z |
At 03:06 PM 9/06/2005 +0200, you wrote:
http://www.cvalde.net/document/using_descriptors_with_udfs.htm
Helen
> >My quick tests indicates that UDF parameters that are declared usingThere is a paper on writing UDFs with descriptors here:
> >CSTRING will generate the error that you are seeing, but I haven't
> >taken the time to test with using VARCHAR.
> >
> >Is the UDF parameter declared using CSTRING? If yes, try declaring it
> >using VARCHAR instead, just to see what happens.
> >
> >
> >
>How do you do that in C++? I suppose the function has to accept other
>type than char*...
>Do you know of any manual?
http://www.cvalde.net/document/using_descriptors_with_udfs.htm
Helen