How is your project connected to the Database...tell the
procedure??
Answers were Sorted based on User's Feedback
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 |
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 |
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?
what is visible state transaction test? give one example
where we do database testing in real time project ? and how ...??
What is Boundary value analysis?
which situation will decide the approach (topdown/bottom up) to choose from?
Realizing you won't be able to test everything - how do you decide what to test first?
Write an algorithm to find an palindrome
What is Cycle Testing? Not Testing Life Cycle?
what is the meaning of compatibility testing in view of web application testing?
write test cases for scenario of 'remember me' check box for log in screen.
Maximum how many defects found in a single module?