in reply to No Fear: decoupling your application from the database
As long as the interface between the different parts stays constant underlying pieces can change without affecting the entire project (and in particular queries can be tuned without affecting application i.e. perl code).
The use of stored procedures is of course a portability problem, but the advantages afforded to the DBA are immense (and right now I wear a DBA hat, so... :-)
Michael
|
|---|