Stored Procedures

OpenScript Stored Procedures

OpenBase SQL makes it easy to write server-side OpenScript stored procedures (OpenScript SP) to implement business logic. By centralizing business logic inside the database, OpenBase SQL enables any type of database client (web and client/server) to access and use the same processes, significantly reducing code duplication, complexity and time-to-deploy.

Building Stored Procedures In REALbasic

OpenBase SQL makes it easy to write server-side REALbasic stored procedures to implement business logic. By centralizing business logic inside the database, OpenBase SQL enables any type of database client (web and client/server) to access and use the same processes, significantly reducing code duplication, complexity and time-to-deploy.

Objective-C Stored Procedures

This section focuses on building OpenBase stored procedures in Objective-C using the OpenBase Espresso API. Example project code can be found in the OpenBase Developer download which will help you get started in building your own stored procedures in Objective-C or C.

Java Stored Procedures

OpenBase SQL makes it easy to write server-side Java stored procedures (Java SP) that take advantage of existing Java solutions to add functionality to applications and integrate business processes.

Built In Stored Procedures

The OpenBase SQL database comes with a number of built-in stored procedures to assist you with application development.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License