Today while working on my project I suddenly got the requirement of getting all the Table Name which contains the particular Column Name. At that time i thought its not possible, but oracle has features of that also. You can get the details of all the Tables including the Column Name.
Just use “ALL_TAB_COLUMNS”.
This particular table [...]
Archive for February, 2009
Oracle Gyan…
Posted in Oracle on February 19, 2009 | Leave a Comment »
IE8 RC1…Crashing…
Posted in .Net on February 18, 2009 | Leave a Comment »
Recently i downloaded HDView (High Defination View) for Internet Explorer from Microsoft Research Site. After installing it, i browsed to HDView site. After site got opened i selected the image for having HDView. To my surprise it got crashed heavily and that too regularly. Atleast thanks to IE that whole application is not getting crashed [...]
Consuming DLL’s app.config
Posted in .Net on February 14, 2009 | Leave a Comment »
Before really coming to my problem….A happy valentine’s day to everyone and yeah….i am still single.. . Anyways coming to my problem, recently with something very odd requirement. In my project we have two application, one is normal windows application and other is Windows Service. Now in window service solution i created a [...]
Oracle : LNNVL Function
Posted in Oracle on February 12, 2009 | Leave a Comment »
Recently i got a very weird CR in my project. In my project we are generating dynamic query for update and insert and that to we will generate it from the datatable column name. Now the problem was, for some column the value can be NULL so in the update statement we can’t write as [...]
Graphs in C# : ZedGraph
Posted in .Net on February 9, 2009 | Leave a Comment »
Recently i was plannning to code with graphs i.e. building mathematical graphs. While searching in google i came up with something called as ZedGraph. Its a opensource code. You will find most of the important graphs which needs to be plotted. Even graphs related to stock market was available. Graph is really plotted very good [...]