You are on page 1of 6

DATABASE CONNECTION PROBLEM

DATABASE CONNECTION PROBLEM

Database connection problem is a common problem usually encountered by the programmer. It is the problem where some errors or problems occurs when connecting the database into applications that we are making.

DATABASE CONNECTION PROBLEM

According to Jinwoo Hwang, (a software engineer, inventor, author, and technical leader within the IBM WebSphere Application Server Technical Support team, which is based in Research Triangle Park, N.C. He joined IBM in 1995) to be able to reslove those problem regarding database connection issues, you should be informed about those problems and their causes.

DATABASE CONNECTION PROBLEM

FINDINGS/ANALYSIS
-I have found out that the common cause of this problem is that, when we dont pay attention on the important things to consider when connecting the database into the application that we are creating. -The basic solution for resolving these problems is compare and check if we really made the proper way of connecting the database considering the important part of the database connection.

DATABASE CONNECTION PROBLEM

Conclusion
My only conclusion is that these connection problem would not occur if we will just be careful in connecting the database, we should make sure that we check first the important consideration before we connect it.

DATABASE CONNECTION PROBLEM

MY RECOMMENDATIONS ARE AS FOLLOWS:


Make sure that the database server is running Select a correct database type. Make sure that the database name is correct. Make sure that you are connecting to the right database port.

You might also like