Software Testing the first time job

Source: Internet
Author: User

The most impressive error I've ever made in a recently completed project is when the Web big job connects to the database.

At first I just used to connect the database directly with JDBC, without making any try,catch errors thrown. The compilation can then pass smoothly but there is no return data. Looking for a long while do not know where the error, so the code to join the try and catch statements, divided into driver loading errors, database connection errors and data manipulation errors. Then, depending on the error thrown, it is possible to know that the sentence was not executed successfully.

The first is the database connection problem, because the database has not been set a password so the first password column string is empty. It's OK to set a password for the database.

Then the database operation error is thrown ...

The reason for this is that SQL statements because of the addition of a lot of read characters cause "" and the use of the + is particularly confusing. Adjust the format for each variable one line will be able to clearly find the error.

The data can then be returned successfully.

Software Testing the first time job

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.