June 2006 - Posts
Just for self!
To execute an Oracle stored procedure in a package that returns a refcursor follow the below command:
SQL> set num 2
SQL> set linesize 1500
SQL> var refc refcursor
SQL> exec pkg_report.sp_get_bdg_clnt_grd_smry_det(2899, :refc);
PL/SQL procedure successfully completed.
To print the executed results, use the below command:
SQL> print refc
This recent article on July'06 MSDN Magazine details about the features of ASP.NET ATLAS. The detailed explanation on overview, Atlas architecture and usage of Atlas with web services is very informative for all developers. Thanks to Matt for this great article!
Also check out ScottGu's blog for more information and useful posts on Atlas. Its worth to subscribe/bookmark the Atlas tag of his blog.
There are many stuffs about Atlas at Nikhils blog as well. All good set of resources for ASP.NET developers!!
Today's HOT News is that Bill Gates is stepping down from its day to day job activities and going to concentrate/involve more on his Gates Foundation..
Read more here > Microsoft Announces Plans for July 2008 Transition for Bill Gates
Big news from Bill G > View the video
The Man behind Microsoft is now going to serve for Humanity! All the very best Bill!
More Posts