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 |
sir actually how we connect the Ajax engine to the normal web chat application how. And how Ajax engine works??
What are the differences between stlc and sdlc?
What is Test Responsibility Matrix?
7 Answers Landscape Technologies, Wipro,
Iam new to Testing Field.How do i need to answer if they ask like Integaration Testing? Can you give example with your requirement?
what is a review?
What are the cases when you’ll consider to choose automated testing over manual testing?
what is link testing?
what is performance testing?
How do u find Synchronization problems manually?
If a defect is found in UAT after releasing what can a tester tell to his Manager about that defect?
What are Levels of Functional testing?
What is your testing approach/plan if requirements are frequently changing?