Feeds:
Posts
Comments

Archive for February, 2009

Oracle Gyan…

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 [...]

Read Full Post »

IE8 RC1…Crashing…

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 [...]

Read Full Post »

Consuming DLL’s app.config

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 [...]

Read Full Post »

Oracle : LNNVL Function

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 [...]

Read Full Post »

Graphs in C# : ZedGraph

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 [...]

Read Full Post »

Older Posts »