Friday, July 28, 2017

Extend Your SQL With User-Defined Functions in OpenEdge 11.7

DZone Database Zone
Extend Your SQL With User-Defined Functions in OpenEdge 11.7

With user-defined functions, OpenEdge database developers can extend their programming to validate business logic, use less bandwidth, and more.

OpenEdge SQL 11.7 allows you as a database developer to create your own routines. These routines, called user-defined functions (UDF), can accept parameters, perform custom actions, and return results. These are required especially when it comes to business logic, complex algorithmic calculations, and custom actions. They also help reduce network traffic.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...