Home > database >  Org. Springframework. JDBC. BadSqlGrammarException:
Org. Springframework. JDBC. BadSqlGrammarException:

Time:10-06

Org. Springframework. JDBC. BadSqlGrammarException:
# # # Error querying the database. Cause: the mysql. JDBC. Exceptions. Jdbc4. MySQLSyntaxErrorException: Table 'tdmis. L_' doesn 't exist
# # # The error may exist in The file [D: \ work \ test \ target \ TDMIST \ WEB - INF \ classes \ mybatis1 \ staffer \ EMPLOYEEMapper XML]
# # # The error may involve EMPLOYEEMapper. DatalistPage - The Inline
# # # The error occurred while setting The parameters
# # # Cause: com. Mysql. JDBC. Exceptions. Jdbc4. MySQLSyntaxErrorException: Table 'tdmis. L_' doesn 't exist
; Bad SQL grammar []; Nested exception is com. Mysql. JDBC. Exceptions. Jdbc4. MySQLSyntaxErrorException: Table 'tdmis. L_' doesn 't exist

CodePudding user response:

Check program tdmis. L_ is the name of the table to write wrong, write a letter or less words

CodePudding user response:

The exceptions are: Table 'tdmis. L_' doesn 't exist

That is to say, the table does not exist, and see if it is the name of the table to write wrong, or there is no tdmis this database,

CodePudding user response:

refer to 2 floor don't want to grow up ah response:
the exceptions are: Table 'tdmis. L_' doesn 't exist

That is to say, the table does not exist, and see if it is the name of the table to write wrong, or there is no tdmis this database,

Well, the table to be deleted, done

CodePudding user response:

The
reference 1/f, February 16 response:
program check tdmis. L_ is the name of the table to write wrong, write a letter or less words

Table to be deleted
  • Related