Learn How to Utilize User Defined Functions In InterBase Efficiently
October 22, 2020
UDF is a User Defined Functions in InterBase. They are similar to stored procedures. The difference is that instead of writing stuff in SQL and execute it in the database, we are loading functionality from DLLs.
In this CodeRage session, you will learn how to create User Defined Functions in InterBase.
Why you should use UDFs?
Can perform functions that are not normally…