how many languages .net is supporting now?
Answers were Sorted based on User's Feedback
what is log files in qtp what is use
how to add a new table with variables and thier values into a imported file uisng proc import?
Write a program to read and print a text file on screen
what are resources in case of Threads
i am exeprienced person what is selection process
how many languages .net is supporting now?
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance
Suppose i have all the implementation code required is written in doGet() but my class has doPost() method. i need code implemented in doGet() how can we do that?
what is the similarity between networking devices?
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod