How is your project connected to the Database...tell the
procedure??

Answers were Sorted based on User's Feedback



How is your project connected to the Database...tell the procedure??..

Answer / t.s.kumar

go to control panel select odbc connectivity select the
back end like oracle,sqlserver,db2 etc sgive your project
path in this you can connect to the database as a back end

Is This Answer Correct ?    5 Yes 0 No

How is your project connected to the Database...tell the procedure??..

Answer / prasanna kumar das

To connect java program into database we follow 2 steps,
1.
Driver drv=oracle.jdbc.driver.OracleDriver
DriverManager.registerDriver(drv);
2.
Connection con=DriverManager.getConnection
("Oracle:thin:@localhost:1521:xe","uname","password");

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is two tier and three tier architecture?

13 Answers   HCL, IBM, iGate,


While doing system testing your have missed out some issues. The same issue is found by customer and he reverts back to you for an explaination. How do you convince him or how do you justify yourself about your testing?

3 Answers   Broadridge, HP,


what is visible state transaction test? give one example

0 Answers  


where we do database testing in real time project ? and how ...??

2 Answers  


What is Boundary value analysis?

2 Answers  


which situation will decide the approach (topdown/bottom up) to choose from?

2 Answers  


Realizing you won't be able to test everything - how do you decide what to test first?

4 Answers  


Write an algorithm to find an palindrome

2 Answers   Zycus Infotech,


What is Cycle Testing? Not Testing Life Cycle?

2 Answers  


what is the meaning of compatibility testing in view of web application testing?

12 Answers   MBT,


write test cases for scenario of 'remember me' check box for log in screen.

4 Answers   Fiserv, InfoPlus,


Maximum how many defects found in a single module?

2 Answers  


Categories