Subject Re: [firebird-support] string and DLL
Author Helen Borrie
At 11:18 AM 2/08/2005 -0400, Ann H wrote:
>Geomastique wrote:
> > begin
> > myfunction := 'my text value is : ' + myvalue;
> > end;
>
>The SQL standard concatenation operator is || not +
>
> myfunction := 'my text value is : ' || myvalue;

Quite true, Ann; but Delphi doesn't like it. :-)

GM, grab the various tech docs at ibphoenix.com about writing UDFs. Your
example code is not how it's done.

./h