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 |
How many scripts u use to run daily?
The company is developing a new piece of software. The application allows a computer user to use the print option of any existing application to save the output into an HTML file instead of printing. -Based on the scenario above, which test methods do you use to make certain that the new software will work properly with existing applications?
suppose u got defects.we r send to this through TD.Before that where we r stored
Equivalence testing divides the input domain into classes of data from which test cases can be derived to reduce the total number of test cases that must be developed. is it.explain equivalence testing
qtp9.2 and qtp10.0 difference
what is Non-Functional testing? & their types?
What are quality assurance and quality control?
what is the use test tracebility matrix?
what is difference between bug and defect who will find bug and who will find out defect ..(Like developer or tester)?
please help me to write sample tets cases for a List box
Write scenarios as on a paper cup (which we use to have tea) [Believe me, they can ask any type of question! :)]
5 Answers College School Exams Tests, IBM,
How do you evaluate the quality of software?