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 the actuall process of Smoke and Sanity Testing in companies
PLEASE ANY ONE SEND SAMPLE DEFECT REPORT DOCUMENT MY MAIL ID IS-----gvbabu143@gmail.com THANKS IN ADVANCE
Why it is recommended to add verification checks to your all your scenarios?
How to do cards Testing? And give sample test cases please? And tell me about vision plus card?
when developers sends you a build.what the test engineer does?
what are the QA docments?
Can automation testing replace manual testing?
Why you had chosen testing career?
wt is the diff. bet. verification and validation If possible explain with one example.
how you will write test case for integration testing give me example
when we will give testdata while writing testcases r during executing testcases for both positive and negative cases we give testdata
What is show stopper defect and explain with example ?