what are methods we have in connection pooling
Answer Posted / vijay
Execute();
Executemethod();
ExecuteQuery();
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how to hide prompts
5.Call by value and Call by reference with program?
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
How do you initialize a static member of a class with return value of some function?
sample code for data transfer between two r/2 systems and r/3 systems?
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
What is the entry point function of a DLL?
Explain three modes in which files can be accessed from python program
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
Where do we need Operator overloading?
How to create a new dataset only duplicate observations in proc sort procedure?
pleasew define carrier scope in abap (sap).
Hello...has anyone interviewed with Information Management Services(IMS)located in Silver Spring MD??If yes,what can you share about the programming test and the analytical test?
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)
what is diff bet ref variable & instance of class