
February 19th, 2007, 09:00 AM
|
|
|
|
Developing Simple PL/SQL Stored Procedures for CRUD Operations
In this article, I shall go through a set of PL/SQL stored procedures which are very frequently used for CRUD operations. These stored procedures are mainly helpful for the developers who develop client applications (involving business logic or user interface design and programming) and who need a data layer to be implemented using PL/SQL stored procedures. The article is not targeted at pure PL/SQL developers.
Read the full article here: Developing Simple PL/SQL Stored Procedures for CRUD Operations
For more discussion go here: Blog Article Discussion
|