Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Learn How to Utilize User Defined Functions In InterBase Efficiently

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?

UDFs are excellent if you have problems in terms of whatever processing strings in your queries than that’s an excellent technique to improve or add your algorithms. But, it should be on the non-business side of your code.

If you would like to learn more about the User Defined Functions and see the results in an action, be sure to watch the session!

Create User Defined Functions In InterBase!

Exit mobile version