user definable function. The ability to do something like:
select myfunc(username) from users
where myfunc is in a delphi DLL, something like:
function myfunc(const in : string) : string;
begin
result := uppercase(in);
end;
Quite handy for extending IB, tho they ARE platform dependant - develope them
on NT, you can't use it on Linux (tho you can recomple them), logically enough.
N
On 22/02/2000 05:26:54, Juan Manuel Gomez Ramos blurted out...
> From download section of Interbase site:
>
>"Writing Clean and Safe UDFs for InterBase in Delphi
>udf.pdf - more info"
>
> What are UDF's? TIA,
>
> Juan Manuel Gomez Ramos
> Computer Science student at Havana University
> Paraglider pilot and RadioHam (CM9BPG)
>
> email:<[EMAIL PROTECTED]>
> <[EMAIL PROTECTED]>
> eFax: +1-707-313-0329 (USA)
> +44-870-125-4936 (UK)
> ICQ: 62091995
> http://cronos.freeservers.com
>
> Hope is faith holding out its hand in the dark.
>
>---------------------------------------------------------------------------
> New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> Website: http://www.delphi.org.nz
>
--
Nic Wise - Human (just)
ph: 09.277.5309 / cell: 021.676.418 / em: [EMAIL PROTECTED]
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz