If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
SGT,
2181Hi Guys, This is Rama, right now I am working as a Software Test Engineer in Gurgoan and I have over all 3 years of testing expoeriance. Right now I am looking for a change. Can any body help me out to find a job in south india. Thanks in Advance
1924I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
NIC,
2022we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/
CTS,
2087we can use parameters in cl and rpg pgms...etc.in particular i think when we use data area or datastructure or data queue .i think this means which one====in my question...parameters cannot be passed in which one????hope understand my qstn???
CTS,
2547Post New Programming Languages AllOther Questions
is it acceptable if we declare multiple exceptions in same overridden method.
smal talk is pure object oriented or not?
5. How do you round the addition or subtraction of two numbers in assembler?
how to hide prompts
What is WEB 3.0? What are the features their in WEB3.0
Tag for turning an image into a hyperlink is
What is web.configuration? how is it work? & wht is use this?
in teradata level primary in table level allows duplicates why?
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
EXPLAIN UNARY OPEARATORS
how do i create my own exception class which will restrict IO exception?
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
Can we write a method in JSP.If so how?
which book we learned this mantis? how many version are realsed this mantis upto now?
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)