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 positive and negative testing with example?
What is the difference between Build, Version and Release?? Reply soon...
exact definition of defect tracking?
How to write a test case for traffic signal?
What is penetration matrix and how it is used in software testing?
How to write a test case for Email and web address
3 Answers PAS Technologies, TNQ, TNQ Books and Journals,
what is exit criteria for testing?
how to write test cases for boundary value analysis and equality partitioning?
What is Test management?
In the Testing, How do we find the Duplicate Defects. In the case of testing is going on On-site r off-shore..some times on site and off-shore people may enter defects at the same time..those may include duplicate defects. how we have to find those defects..
what is the main difference between high and low level design in sdlc
11 Answers Accenture, Infosys,
What is bug release?