SQL error: Missing in or out parameter in index

Source: Internet
Author: User
Tags sql error

Simply record the following:

Today MyBatis encountered an error:

org.springframework.jdbc.UncategorizedSQLException: preparedstatementcallback; UncategorizedSQLExceptionFor SQL [INSERT into Law_enforce_user (user_code,name,sex,birthday) VALUES (?,?,?,?)]; SQL state [99999]; Error code [17041]; Missing in index inch or out Parameters :: 4; Nested exception isjava.sql.SQLException: The in or out parameter is missing in the index :: 4

The reason for this is that the field type in the database does not match the type in the SQL statement, and the number behind it represents the first few parameter errors. Find the corresponding parameter configuration or whether the type of this parameter in SQL matches the database, the change will be resolved!

SQL error: Missing in or out parameter in index

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.