Varad, The .NET Guy!

Exploring the excitement of Microsoft .NET and much more..

June 2006 - Posts

Executing Oracle Stored Proc from SQL+

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

 

Posted: Jun 29 2006, 02:59 PM by Varad | with no comments
Filed under:
Atlas At Last!

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!!

 

Posted: Jun 17 2006, 03:05 PM by Varad | with no comments
Filed under:
Where is BillG going??

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!

 

Posted: Jun 15 2006, 09:54 PM by Varad | with no comments
Filed under:
More Posts