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

i have sanity,smoke,regression and retesting.what is the right order of these in testing process.plz ans with example its urgent. vikas_singh@live.com

3 Answers  


what is the diff between function and Sub function

3 Answers  


How and when can the Testing Organization detect software defects?

0 Answers  


What is Mixed Testing

0 Answers  


negative test cases on banking domain ?

0 Answers  






difference between change management and configuration management

0 Answers  


Hello Friends,I want some clearence regarding. Test report and Final report.

0 Answers  


When should you begin test planning?

4 Answers  


The scenario is "while reviewing requirement docs(SRS)if u find or feel any requirement is not meeting the client's requirements" whom do you report?and what is your action?

7 Answers  


Why testing Web Applications is different?

1 Answers   Crea,


Can anybody give me some tips on how to face telephonic interview and Write some expected telephonic questions as a 2+yr exp. in testing. Try to give Ques. that u already hv faced in telephone. Plz Help me out friends.

0 Answers  


If the developer rejects that its not abug means then whats the next step we follow?

8 Answers  


Categories