Other News

Community

XML and OO in Oracle, A Scenario

(Lewis R Cunningham) I was laying around thinking about XML and how my current project is passing the data back and forth. The application I’m designing is a service that will be called from at least two others applications and possibly more. The service is implemented via stored procedure that will

Community

Use Option Explicit

(Susan Sales Harkins and Mike Gunderloy) The number one coding error happens to all of us: It’s the typo that occurs when you incorrectly enter the name of a variable. Fortunately, you can completely avoid this error by adding an Option Explicit statement to your module.