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 the difference between user Acceptance testing,alpha testing and beta testing....can anyone tell me in wat order these levels of testin will be done???

4 Answers  


who assigns siverity for a bug? is it test engnr, test lead or devlopment lead?

4 Answers  


what is performance testing

4 Answers   iNautix, Infosys,


1.what is the software life cycle? 2.what tools are available for support of testing during s/w development life cycle? 3.what is s/w development life cycle ? where exuctly the testing activity begin in SDLC?

4 Answers  


What was early release of Quality centre called?

2 Answers   ITC Infotech,






What is fuzz testing?

0 Answers  


1. when to start and stop testing ?

5 Answers  


How test case is differ from test plan .give an suitable example

5 Answers  


Explain waterfall model????

7 Answers   TCS,


What is meant by Testware?

2 Answers  


How can u do the performance testing?

2 Answers   Wipro,


A defect posted by another tester, and it is fixed, and that fixed bug has come to you for testing, and you don't know the functionality, what do you do ?

3 Answers  


Categories