March 2013
Intermediate to advanced
398 pages
7h 48m
English
In this recipe we are going to call some SQL from our page. We will add a button to the page and when a user clicks on the button, we will call a database package that will insert a record into a database table. We will perform the following tasks:
We are now going to create a button. We are going to use the button to call a method that executes the piece of SQL code, which we will add afterwards.
To add a button, perform the following steps:
Read now
Unlock full access