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 |
i have source and target having same data structure 500 fields and one lacks records. how to validate data. write 5 scenarios.
difference between v-model and refinement form of v-model?
What is the V-model?
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
How to do Manual/Functional/Load/Web tests for the web services developed using WCF technology?
Can u give me explanation about section 508 testcase and Testcase for this section. It need a details checklist for the same Manimozhi
what is the difference between V model and Waterfall model used in SDLC?
What is deployment testing ? How it is performed ?
Can u tell What kind of Bug Report Tool are u using in ur project
how will we change the server system time?
What are the techniques you follow to write test cases?
what is the difference beween dry run testing and smoke testing?