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

sir actually how we connect the Ajax engine to the normal web chat application how. And how Ajax engine works??

0 Answers  


What are the differences between stlc and sdlc?

0 Answers  


What is Test Responsibility Matrix?

7 Answers   Landscape Technologies, Wipro,


Iam new to Testing Field.How do i need to answer if they ask like Integaration Testing? Can you give example with your requirement?

5 Answers  


what is a review?

1 Answers  


What are the cases when you’ll consider to choose automated testing over manual testing?

0 Answers  


what is link testing?

1 Answers  


what is performance testing?

2 Answers   Crea,


How do u find Synchronization problems manually?

3 Answers   CTS,


If a defect is found in UAT after releasing what can a tester tell to his Manager about that defect?

2 Answers   IBM,


What are Levels of Functional testing?

4 Answers  


What is your testing approach/plan if requirements are frequently changing?

2 Answers  


Categories