Subject | Re: [firebird-support] string and DLL |
---|---|
Author | Helen Borrie |
Post date | 2005-08-02T15:38:50Z |
At 11:18 AM 2/08/2005 -0400, Ann H wrote:
GM, grab the various tech docs at ibphoenix.com about writing UDFs. Your
example code is not how it's done.
./h
>Geomastique wrote:Quite true, Ann; but Delphi doesn't like it. :-)
> > begin
> > myfunction := 'my text value is : ' + myvalue;
> > end;
>
>The SQL standard concatenation operator is || not +
>
> myfunction := 'my text value is : ' || myvalue;
GM, grab the various tech docs at ibphoenix.com about writing UDFs. Your
example code is not how it's done.
./h